Core/Player: Split RemoveQuest into 2 separate functions

--HG--
branch : trunk
This commit is contained in:
linencloth
2010-12-26 21:34:08 +01:00
parent 07498c048c
commit efbc73d025
5 changed files with 12 additions and 6 deletions

View File

@@ -142,7 +142,8 @@ public:
}
}
player->RemoveQuest(entry);
player->RemoveActiveQuest(entry);
player->RemoveRewardedQuest(entry);
handler->SendSysMessage(LANG_COMMAND_QUEST_REMOVED);
return true;