*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-12 21:14:35 -05:00
parent 421a154544
commit 32e960d5bc
2 changed files with 2 additions and 2 deletions

View File

@@ -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();