From 6c0ff5717f14e90dfd92cf963c0805adae3c668b Mon Sep 17 00:00:00 2001 From: joschiwald Date: Mon, 21 Apr 2014 21:39:51 +0200 Subject: Scripts/Gnomeregan: moved Blastmaster Emi gossip to db --- src/server/scripts/Commands/cs_quest.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/server/scripts/Commands') diff --git a/src/server/scripts/Commands/cs_quest.cpp b/src/server/scripts/Commands/cs_quest.cpp index 369a8e87289..51eea4c2c6f 100644 --- a/src/server/scripts/Commands/cs_quest.cpp +++ b/src/server/scripts/Commands/cs_quest.cpp @@ -91,13 +91,8 @@ public: // ok, normal (creature/GO starting) quest if (player->CanAddQuest(quest, true)) - { player->AddQuestAndCheckCompletion(quest, NULL); - if (player->CanCompleteQuest(entry)) - player->CompleteQuest(entry); - } - return true; } -- cgit v1.2.3