mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scripts: prevent Arthas in CoS losing his gossip flag and halting instance progress
(cherry picked from commit 720ba9e973)
This commit is contained in:
@@ -1192,7 +1192,7 @@ public:
|
||||
{
|
||||
QuestStatus status = player->GetQuestStatus(13149);
|
||||
if (status != QUEST_STATUS_COMPLETE && status != QUEST_STATUS_REWARDED)
|
||||
return false;
|
||||
return true;
|
||||
AddGossipItemFor(player, GOSSIP_ICON_CHAT, GOSSIP_ITEM_ARTHAS_0, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF);
|
||||
SendGossipMenuFor(player, 907, me->GetGUID());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user