mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
[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:
+1
-1
@@ -1638,7 +1638,7 @@ void Mob::CastedSpellFinished(uint16 spell_id, uint32 target_id, CastingSlot slo
|
||||
return;
|
||||
}
|
||||
|
||||
if(IsClient()) {
|
||||
if(IsOfClientBotMerc()) {
|
||||
TrySympatheticProc(target, spell_id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user