diff options
Diffstat (limited to 'src/game/Opcodes.cpp')
-rw-r--r-- | src/game/Opcodes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index 7012ea04fb6..eebe4343797 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -1089,3 +1089,4 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x422*/ { "SMSG_SPLINE_MOVE_UNSET_FLYING", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x423*/ { "SMSG_SUMMON_CANCEL", STATUS_NEVER, &WorldSession::Handle_ServerSide }, }; + |