Skip to content

Commit

Permalink
Scripts/Mardum Allow to get back to fel hammer
Browse files Browse the repository at this point in the history
  • Loading branch information
Traesh committed Jul 9, 2018
1 parent c50d0cb commit 5e235fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ class npc_mardum_izal_whitemoon : public CreatureScript

bool OnGossipSelect(Player* player, Creature* /*creature*/, uint32 /*sender*/, uint32 /*action*/) override
{
if (player->HasQuest(QUEST_ON_FELBAT_WINGS))
if (player->HasQuest(QUEST_ON_FELBAT_WINGS) || player->GetQuestStatus(QUEST_ON_FELBAT_WINGS) == QUEST_STATUS_REWARDED)
player->CastSpell(player, 192136, true); // KillCredit & SendTaxi

return true;
Expand Down

0 comments on commit 5e235fd

Please sign in to comment.