diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 14:06:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 14:06:18 +0300 |
commit | 6d76c23179a40662e5da9c04d3ddf578b8849c8d (patch) | |
tree | 386eee866d85eefa2c2e86f819783d876a64c4cd /src/net | |
parent | 7687f55bfc4ac690748de0f65fd9f84f63be4b59 (diff) | |
download | plus-6d76c23179a40662e5da9c04d3ddf578b8849c8d.tar.gz plus-6d76c23179a40662e5da9c04d3ddf578b8849c8d.tar.bz2 plus-6d76c23179a40662e5da9c04d3ddf578b8849c8d.tar.xz plus-6d76c23179a40662e5da9c04d3ddf578b8849c8d.zip |
Remove unused packet id CMSG_CHAT_ANNOUNCE.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/protocol.h | 1 | ||||
-rw-r--r-- | src/net/tmwa/protocol.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 4fcf75ce7..c4042d7b7 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -224,7 +224,6 @@ #define CMSG_CHAT_MESSAGE 0x00f3 #define CMSG_CHAT_WHISPER 0x0096 -#define CMSG_CHAT_ANNOUNCE 0x0099 #define CMSG_CHAT_WHO 0x00c1 #define CMSG_SKILL_LEVELUP_REQUEST 0x0112 diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index e1d96f0fd..f3652da7d 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -207,7 +207,6 @@ #define CMSG_CHAT_MESSAGE 0x008c #define CMSG_CHAT_MESSAGE2 0x0222 #define CMSG_CHAT_WHISPER 0x0096 -#define CMSG_CHAT_ANNOUNCE 0x0099 #define CMSG_CHAT_WHO 0x00c1 #define CMSG_SKILL_LEVELUP_REQUEST 0x0112 |