diff options
author | Discover- <amort11@hotmail.com> | 2011-10-22 17:48:09 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-10-22 17:48:09 +0100 |
commit | fc174912f4b6c68c2728231a1b9c4dd8a6c6916a (patch) | |
tree | 0f482757857f2735c9105a75267e202e5277bccc /src | |
parent | 26b3e62b264004fed3390a3a54abfcb623456704 (diff) |
DB/Conditions: Fix quest Returning the Favor
Closes #3035
Also fix build (not enough Ctrl+S)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Outland/nagrand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/nagrand.cpp b/src/server/scripts/Outland/nagrand.cpp index 7c071b16802..73ffb063b4d 100644 --- a/src/server/scripts/Outland/nagrand.cpp +++ b/src/server/scripts/Outland/nagrand.cpp @@ -1180,7 +1180,7 @@ public: bool OnGossipHello(Player* player, GameObject* go) { if (player->GetQuestStatus(QUEST_FINDING_THE_SURVIVORS) != QUEST_STATUS_INCOMPLETE) - return; + return false; if (Creature* prisoner = go->FindNearestCreature(NPC_MAGHAR_PRISONER, 1.0f)) { |