Fix a typo in Bonker Togglevolt's (25589) script.

Make failed the correct quest if the NPC die which is Get Me Outa Here! (11673).

Signed-off-by: Anubisss <anubisss210@gmail.com>
This commit is contained in:
nucleartux
2011-01-03 03:12:33 +01:00
committed by Anubisss
parent 80da87f015
commit 34ebd67640

View File

@@ -1945,7 +1945,7 @@ public:
void JustDied(Unit* /*killer*/)
{
if (Player* pPlayer = GetPlayerForEscort())
pPlayer->FailQuest(QUEST_ESCAPING_THE_MIST);
pPlayer->FailQuest(QUEST_GET_ME_OUTA_HERE);
}
void UpdateEscortAI(const uint32 /*diff*/)