mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/PacketIO: Fixed array size of CMSG_QUEST_POI_QUERY as of patch 8.2.5 (#24035)
This commit is contained in:
@@ -317,7 +317,7 @@ namespace WorldPackets
|
||||
void Read() override;
|
||||
|
||||
int32 MissingQuestCount = 0;
|
||||
std::array<int32, 100> MissingQuestPOIs;
|
||||
std::array<int32, 125> MissingQuestPOIs;
|
||||
};
|
||||
|
||||
class QuestPOIQueryResponse final : public ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user