Fixed bind spell

This commit is contained in:
ceikry
2021-07-03 13:28:35 -05:00
parent 322ec955f8
commit d927b259fd
@@ -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;
} }