mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/PacketIO: Fixed array size of CMSG_QUEST_POI_QUERY as of patch 10.0.7
This commit is contained in:
@@ -326,7 +326,7 @@ namespace WorldPackets
|
||||
void Read() override;
|
||||
|
||||
int32 MissingQuestCount = 0;
|
||||
std::array<int32, 125> MissingQuestPOIs;
|
||||
std::array<int32, 175> MissingQuestPOIs;
|
||||
};
|
||||
|
||||
class QuestPOIQueryResponse final : public ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user