fix(Core/Dungeon/Boss Script): Halls of Stone - Brann Respawn - Naxxaramus Noth Teleport phase Bug - Ulduar StormcCaller Brundir inFly Die Bug (#2063)

This commit is contained in:
ArashGorge
2019-07-25 12:25:21 +04:30
committed by Stoabrogga
parent d9d84c4eb9
commit bad8390dee
3 changed files with 8 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ public:
void JustDied(Unit* killer) override
{
me->NearTeleportTo(nothPosition.GetPositionX(), nothPosition.GetPositionY(), nothPosition.GetPositionZ(), nothPosition.GetOrientation(), true);
BossAI::JustDied(killer);
Talk(SAY_DEATH);
}