mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Quests: Fixed structures of QuestGiverOfferRewardMessage and QuestGiverQuestDetails
This commit is contained in:
@@ -536,7 +536,7 @@ void WorldSession::HandleQuestgiverCompleteQuest(WorldPackets::Quest::QuestGiver
|
||||
if (!object)
|
||||
return;
|
||||
|
||||
if (autoCompleteMode == 0)
|
||||
if (!autoCompleteMode)
|
||||
{
|
||||
if (!object->hasInvolvedQuest(packet.QuestID))
|
||||
return;
|
||||
@@ -578,10 +578,6 @@ void WorldSession::HandleQuestgiverCompleteQuest(WorldPackets::Quest::QuestGiver
|
||||
}
|
||||
}
|
||||
|
||||
void WorldSession::HandleQuestgiverQuestAutoLaunch(WorldPacket& /*recvPacket*/)
|
||||
{
|
||||
}
|
||||
|
||||
void WorldSession::HandlePushQuestToParty(WorldPackets::Quest::PushQuestToParty& packet)
|
||||
{
|
||||
if (!_player->CanShareQuest(packet.QuestID))
|
||||
|
||||
Reference in New Issue
Block a user