mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Packets: corrected initial bytebuffer size for loot response packet
This commit is contained in:
@@ -109,7 +109,7 @@ namespace WorldPackets
|
||||
class LootResponse final : public ServerPacket
|
||||
{
|
||||
public:
|
||||
LootResponse() : ServerPacket(SMSG_LOOT_RESPONSE, 3) { }
|
||||
LootResponse() : ServerPacket(SMSG_LOOT_RESPONSE, 100) { }
|
||||
|
||||
WorldPacket const* Write() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user