Skip to content

Commit

Permalink
fix(Scripts/ZulAman): Fix Soul Siphon visual effect (azerothcore#20765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Nov 29, 2024
1 parent d8123cb commit a224033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ struct boss_hexlord_malacrass : public BossAI
siphonTrigger->SetDisplayId(11686);
siphonTrigger->SetUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
siphonTrigger->AI()->DoCast(target, SPELL_SIPHON_SOUL, true);
siphonTrigger->GetMotionMaster()->MoveChase(me);
siphonTrigger->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f);
if (Player* player = target->ToPlayer())
_currentClass = player->HasAura(AURA_SHADOW_FORM) ? uint8(ADDITIONAL_CLASS_SPRIEST) : player->getClass();
}
Expand Down

0 comments on commit a224033

Please sign in to comment.