Skip to content
Snippets Groups Projects
Commit 370f46d4 authored by holydeew's avatar holydeew
Browse files

Core/Scripts fix crash on Boss_Muezala

parent c38f307e
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,9 @@ struct boss_muehzala : public BossAI
void Reset() override
{
BossAI::Reset();
if (instance->GetBossState(DATA_HAKKAR_THE_SOULFLAYER) != DONE && instance->GetBossState(DATA_THE_MANASTORMS) != DONE && instance->GetBossState(DATA_DEALER_XYEXA) != DONE)
me->SetVisible(false);
else
// if (instance->GetBossState(DATA_HAKKAR_THE_SOULFLAYER) != DONE && instance->GetBossState(DATA_THE_MANASTORMS) != DONE && instance->GetBossState(DATA_DEALER_XYEXA) != DONE)
// me->SetVisible(false);
me->SetVisible(true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment