Fixes crash when accepting quests

This commit is contained in:
Hondacrx
2025-08-27 21:20:11 -04:00
parent 9fc908cc5f
commit bf3ae44c36
@@ -477,7 +477,7 @@ namespace Game.Networking.Packets
foreach (QuestObjectiveSimple obj in Objectives)
{
_worldPacket.WriteUInt32(obj.Id);
_worldPacket.WriteUInt8(obj.Type);
_worldPacket.WriteUInt32(obj.Type);
_worldPacket.WriteInt32(obj.ObjectID);
_worldPacket.WriteInt32(obj.Amount);
}