mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
Core/Packets: updated packet structure of CMSG_QUEST_POI_QUERY to 4.4.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user