From 3a0ea236d1965b7db50ed3276100ba7b47685929 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:13:47 -0600 Subject: [PATCH] formatting --- zone/bot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zone/bot.cpp b/zone/bot.cpp index 0996ee247..c5f0278ee 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -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