[Bots & Mercs] Add Support for TrySympatheticProc (#2866)

* [Bots & Merrcs] Add Support for TrySympatheticProc

* [Bots & Merrcs] Add Support for TrySympatheticProc

* [Bots & Merrcs] Add Support for TrySympatheticProc

* Cleanup

* formatting

* auto
This commit is contained in:
Aeadoin
2023-02-13 01:16:18 -05:00
committed by GitHub
parent b3fd9dd88a
commit fc7c30977a
5 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -1638,7 +1638,7 @@ void Mob::CastedSpellFinished(uint16 spell_id, uint32 target_id, CastingSlot slo
return;
}
if(IsClient()) {
if(IsOfClientBotMerc()) {
TrySympatheticProc(target, spell_id);
}