mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(Scripts/ZulAman): remove cast transfigure when going into lynx (#20716)
This commit is contained in:
@@ -158,10 +158,7 @@ struct boss_halazzi : public BossAI
|
||||
case PHASE_LYNX:
|
||||
{
|
||||
if (_phase == PHASE_MERGE)
|
||||
{
|
||||
DoCastSelf(SPELL_TRANSFIGURE, true);
|
||||
me->ResumeChasingVictim();
|
||||
}
|
||||
summons.DespawnAll();
|
||||
|
||||
if (_transformCount)
|
||||
|
||||
Reference in New Issue
Block a user