Fixed bind spell
This commit is contained in:
@@ -110,14 +110,12 @@ public final class BindSpell extends CombatSpell {
|
|||||||
if (state.getEstimatedHit() == -1) {
|
if (state.getEstimatedHit() == -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
int tick = 0;
|
int tick = 9;
|
||||||
if (getType() == SpellType.BIND) {
|
if (getType() == SpellType.BIND) {
|
||||||
state.setEstimatedHit(-2);
|
state.setEstimatedHit(-2);
|
||||||
}
|
}
|
||||||
if (state.getSpell().getSpellId() == 12) {
|
if (state.getSpell().getSpellId() == 30) {
|
||||||
tick = 8;
|
tick = 17;
|
||||||
} else if (state.getSpell().getSpellId() == 30) {
|
|
||||||
tick = 16;
|
|
||||||
} else if (state.getSpell().getSpellId() == 56) {
|
} else if (state.getSpell().getSpellId() == 56) {
|
||||||
tick = 25;
|
tick = 25;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user