*Fix the bug that door state of naxx is not loaded.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-13 11:23:50 -05:00
parent f304e31bf2
commit 0e6e4fff64
3 changed files with 5 additions and 3 deletions

View File

@@ -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)