formatting

This commit is contained in:
nytmyr
2025-02-01 18:13:47 -06:00
parent 46a1b26529
commit 3a0ea236d1
+2 -1
View File
@@ -9753,7 +9753,8 @@ bool Bot::CastChecks(uint16 spell_id, Mob* tar, uint16 spell_type, bool precheck
RequiresStackCheck(spell_type) ||
(
!RequiresStackCheck(spell_type) &&
CalcBuffDuration(this, tar, spell_id) != 0)
CalcBuffDuration(this, tar, spell_id) != 0
)
)
&&
tar->CanBuffStack(spell_id, GetLevel(), true) < 0