diff options
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 794adc372..d547c3b4b 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -376,6 +376,8 @@ #define SMSG_MANNER_MESSAGE 0x014a #define SMSG_CHAT_SILENCE 0x014b +#define SMSG_CLASS_CHANGE 0x01b0 + /********************************** * Packets from client to server * **********************************/ |