Storm Peaks, Thorim: Fix quest 13064

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-02-15 14:44:41 +01:00
parent 490f4bf7ec
commit 00d30ee06a

View File

@@ -163,7 +163,7 @@ bool GossipSelect_npc_thorim(Player* pPlayer, Creature* pCreature, uint32 uiSend
break;
case GOSSIP_ACTION_INFO_DEF+4:
pPlayer->CLOSE_GOSSIP_MENU();
pPlayer->AreaExploredOrEventHappens(QUEST_SIBLING_RIVALRY);
pPlayer->CompleteQuest(QUEST_SIBLING_RIVALRY);
break;
}
return true;