mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Scripts/ZulAman): Fix Soul Siphon visual effect (#20765)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user