forked from 2009Scape/Server
Merge branch 'fix-bind' into 'master'
Fixed the bind, entangle and ensnare spells See merge request 2009scape/2009scape!95
This commit is contained in:
commit
2a33b895bb
1 changed files with 3 additions and 5 deletions
|
|
@ -110,14 +110,12 @@ public final class BindSpell extends CombatSpell {
|
|||
if (state.getEstimatedHit() == -1) {
|
||||
return;
|
||||
}
|
||||
int tick = 0;
|
||||
int tick = 9;
|
||||
if (getType() == SpellType.BIND) {
|
||||
state.setEstimatedHit(-2);
|
||||
}
|
||||
if (state.getSpell().getSpellId() == 12) {
|
||||
tick = 8;
|
||||
} else if (state.getSpell().getSpellId() == 30) {
|
||||
tick = 16;
|
||||
if (state.getSpell().getSpellId() == 30) {
|
||||
tick = 17;
|
||||
} else if (state.getSpell().getSpellId() == 56) {
|
||||
tick = 25;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue