mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Transport hell
This commit is contained in:
parent
6bca624e98
commit
30c1f3709c
12 changed files with 912 additions and 126 deletions
|
|
@ -50,6 +50,7 @@ enum class Opcode : uint16_t {
|
|||
// ---- Entity/Object updates ----
|
||||
SMSG_UPDATE_OBJECT = 0x0A9,
|
||||
SMSG_COMPRESSED_UPDATE_OBJECT = 0x1F6,
|
||||
SMSG_MONSTER_MOVE_TRANSPORT = 0x2AE,
|
||||
SMSG_DESTROY_OBJECT = 0x0AA,
|
||||
|
||||
// ---- Chat ----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue