mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
*Fix the bug that door state of naxx is not loaded.
--HG-- branch : trunk
This commit is contained in:
@@ -599,6 +599,9 @@ BossAI::BossAI(Creature *c, uint32 id) : ScriptedAI(c)
|
||||
|
||||
void BossAI::_Reset()
|
||||
{
|
||||
if(!me->isAlive())
|
||||
return;
|
||||
|
||||
events.Reset();
|
||||
summons.DespawnAll();
|
||||
if(instance)
|
||||
|
||||
Reference in New Issue
Block a user