mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
*Fix build.
--HG-- branch : trunk
This commit is contained in:
@@ -130,7 +130,7 @@ struct TRINITY_DLL_DECL npc_mistAI : public ScriptedAI
|
||||
void JustDied(Unit* pKiller)
|
||||
{
|
||||
if (Player* pPlayer = Unit::GetPlayer(uiPlayerGUID))
|
||||
pPlayer->FailTimedQuest(QUEST_MIST);
|
||||
pPlayer->FailQuest(QUEST_MIST);
|
||||
|
||||
uiPlayerGUID = 0;
|
||||
m_creature->GetMotionMaster()->MovementExpired();
|
||||
|
||||
Reference in New Issue
Block a user