*Set boss active=false after they arrive home. This fix the bug that boss is stuck at some far away grid and there spawns another boss.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-27 23:26:08 -05:00
parent c61ef6c73c
commit 773f9d072c
3 changed files with 3 additions and 2 deletions
@@ -621,7 +621,6 @@ BossAI::BossAI(Creature *c, uint32 id) : ScriptedAI(c)
void BossAI::_Reset()
{
me->setActive(false);
events.Reset();
summons.DespawnAll();
if(instance)