Add state for GM command completed quests. Thanks H0zen for assistance

This commit is contained in:
Antz 2017-11-22 18:57:03 +00:00 committed by Antz
parent 4500bdeae4
commit 973c07358b
4 changed files with 9 additions and 4 deletions

View file

@ -5646,7 +5646,7 @@ bool ChatHandler::HandleQuestCompleteCommand(char* args)
if (uint32 spell = pQuest->GetReqSpellLearned())
player->learnSpell(spell, false);
player->CompleteQuest(entry);
player->CompleteQuest(entry, QUEST_STATUS_FORCE_COMPLETE);
return true;
}