mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
committed by
Shauren
parent
8dc10022a6
commit
a410072d6d
@@ -106,7 +106,7 @@ public:
|
||||
void AttackStart(Unit* who) override
|
||||
{
|
||||
//can't use entercombat(), boss' dmg aura sets near players in combat, before entering the room's door
|
||||
if (instance && instance->GetData(TYPE_BARON) == NOT_STARTED)
|
||||
if (instance->GetData(TYPE_BARON) == NOT_STARTED)
|
||||
instance->SetData(TYPE_BARON, IN_PROGRESS);
|
||||
ScriptedAI::AttackStart(who);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user