Build fix

This commit is contained in:
Shauren
2017-11-28 00:09:22 +01:00
parent 1b16534e21
commit 107ed5dc99

View File

@@ -740,7 +740,7 @@ void PlayerMenu::SendQuestGiverRequestItems(Quest const* quest, ObjectGuid npcGU
}
}
packet.AutoLaunched = closeOnCancel;
packet.AutoLaunched = autoLaunched;
_session->SendPacket(packet.Write());
TC_LOG_DEBUG("network", "WORLD: Sent SMSG_QUESTGIVER_REQUEST_ITEMS NPC=%s, questid=%u", npcGUID.ToString().c_str(), quest->GetQuestId());