Added rule option to Cazic pet Check

This commit is contained in:
ProducerZekServer
2021-05-19 10:41:56 +00:00
committed by RoTPvP
parent dbcf90d9eb
commit 5da1261ffc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2045,7 +2045,7 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, CastingSlot slot, ui
return false;
//Cazic Touch targets the pet owner instead of the pet when said pet is tanking.
if (spell_id == 982 && spell_target->HasOwner()) {
if (RuleB(Spells,CazicTouchTargetsPetOwner) && spell_id == 982 && spell_target->HasOwner()) {
Mob* owner = spell_target->GetOwner();
if (owner)