Core/Quests: Fixed quest sharing

This commit is contained in:
Shauren
2013-07-11 21:45:14 +02:00
parent f5cd494acb
commit 30f6efb416
5 changed files with 66 additions and 26 deletions

View File

@@ -527,7 +527,7 @@ public:
if (creature->IsQuestGiver())
player->PrepareQuestMenu(creature->GetGUID());
if (!player->hasQuest(10211))
if (player->GetQuestStatus(10211) != QUEST_STATUS_INCOMPLETE)
player->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT, KHADGAR_GOSSIP_1, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF+1);
player->SEND_GOSSIP_MENU(9243, creature->GetGUID());