revert fuckup

This commit is contained in:
Aokromes
2017-08-20 13:02:27 +02:00
parent 5c2c84fc50
commit 6a296c7c91

View File

@@ -15622,7 +15622,7 @@ bool Player::SatisfyQuestStatus(Quest const* qInfo, bool msg) const
if (msg)
{
SendCanTakeQuestResponse(QUEST_ERR_ALREADY_ON1);
CONDITION_SOURCE_TYPE_QUEST_AVAILABLE:SatisfyQuestStatus: Sent QUEST_ERR_ALREADY_ON1 (QuestID: %u) because player '%s' (%s) quest status is not NONE.",
TC_LOG_DEBUG("misc", "Player::SatisfyQuestStatus: Sent QUEST_ERR_ALREADY_ON1 (QuestID: %u) because player '%s' (%s) quest status is not NONE.",
qInfo->GetQuestId(), GetName().c_str(), GetGUID().ToString().c_str());
}
return false;