mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 07:28:32 +00:00
formatting
This commit is contained in:
+2
-1
@@ -9753,7 +9753,8 @@ bool Bot::CastChecks(uint16 spell_id, Mob* tar, uint16 spell_type, bool precheck
|
|||||||
RequiresStackCheck(spell_type) ||
|
RequiresStackCheck(spell_type) ||
|
||||||
(
|
(
|
||||||
!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
|
tar->CanBuffStack(spell_id, GetLevel(), true) < 0
|
||||||
|
|||||||
Reference in New Issue
Block a user