summaryrefslogtreecommitdiff
path: root/src/net/ea
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-14 14:14:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-14 14:14:42 +0300
commit462f51173f4f00a392d6d62bcae71348f18289cc (patch)
tree274c696ba0fb239bf7ff6e80e4ff66105def082b /src/net/ea
parent01fa59883587714d313989bcf276eb929c159eb3 (diff)
downloadplus-462f51173f4f00a392d6d62bcae71348f18289cc.tar.gz
plus-462f51173f4f00a392d6d62bcae71348f18289cc.tar.bz2
plus-462f51173f4f00a392d6d62bcae71348f18289cc.tar.xz
plus-462f51173f4f00a392d6d62bcae71348f18289cc.zip
Replace packet direct defines to macro with constants.
Diffstat (limited to 'src/net/ea')
-rw-r--r--src/net/ea/eaprotocol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h
index f699d8056..48a7d9262 100644
--- a/src/net/ea/eaprotocol.h
+++ b/src/net/ea/eaprotocol.h
@@ -105,10 +105,4 @@ enum
static const int INVENTORY_OFFSET = 2;
static const int STORAGE_OFFSET = 1;
-#define SMSG_PLAYER_CHAT 0x008e /**< Player talks */
-#define SMSG_PLAYER_CHAT2 0x0224 /**< Player talks */
-
-#define SMSG_CHAR_CREATE_SUCCEEDED2 0x0221
-#define SMSG_BEING_CHAT2 0x0223 /**< A being talks in channels */
-
#endif // NET_EA_EAPROTOCOL_H