TrinityCore / WowPacketParser

World of Warcraft Packet Parser
GNU General Public License v3.0
419 stars 354 forks source link

Parse SMSG_COMPRESSED_UPDATE_OBJECT and SMSG_DESTROY_OBJECT to protobuf #672

Closed BAndysc closed 2 years ago

BAndysc commented 2 years ago

This PR adds parsing of SMSG_COMPRESSED_UPDATE_OBJECT and SMSG_DESTROY_OBJECT packets to the universal UPDATE_OBJECT protobuf structure. This way existing parsing tools can instantly supports those two other packets