Update opcode data and movement integration docs/code

This commit is contained in:
Kelsi 2026-02-18 03:15:25 -08:00
parent 86127f0ddf
commit bd0ce17794
11 changed files with 41 additions and 15 deletions

View file

@ -157,6 +157,7 @@ enum class LogicalOpcode : uint16_t {
// ---- Creature Movement ----
SMSG_MONSTER_MOVE,
SMSG_COMPRESSED_MOVES, // Vanilla/Classic batch movement packet (0x6B)
// ---- Phase 2: Combat Core ----
CMSG_ATTACKSWING,