Core/Packets: updated packet structure of CMSG_QUEST_POI_QUERY to 4.4.0

This commit is contained in:
Ovahlord
2024-06-13 15:06:28 +02:00
parent 811e1ca8f6
commit 992c4bc13e

View File

@@ -329,7 +329,7 @@ namespace WorldPackets
void Read() override;
int32 MissingQuestCount = 0;
std::array<int32, 175> MissingQuestPOIs = { };
std::array<int32, 25> MissingQuestPOIs = { };
};
class QuestPOIQueryResponse final : public ServerPacket