mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 06:37:12 +01:00
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:
@@ -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*/)
|
||||
|
||||
Reference in New Issue
Block a user