summaryrefslogtreecommitdiff
path: root/src/net/ea/eaprotocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-29 22:35:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-30 16:37:01 +0300
commitc0d2d172cf6397329b0474e8521af666edc6f774 (patch)
treea7f8bfda6fa4ac0ce020e8b66c1d819d83d27ece /src/net/ea/eaprotocol.h
parent03763e4b290b80bc5606568b168f8605d7aa1631 (diff)
downloadplus-c0d2d172cf6397329b0474e8521af666edc6f774.tar.gz
plus-c0d2d172cf6397329b0474e8521af666edc6f774.tar.bz2
plus-c0d2d172cf6397329b0474e8521af666edc6f774.tar.xz
plus-c0d2d172cf6397329b0474e8521af666edc6f774.zip
Remove additional parameters from processBeingChat function.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r--src/net/ea/eaprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h
index 401d09177..d315083de 100644
--- a/src/net/ea/eaprotocol.h
+++ b/src/net/ea/eaprotocol.h
@@ -68,6 +68,7 @@ enum
static const int INVENTORY_OFFSET = 2;
static const int STORAGE_OFFSET = 1;
+#define SMSG_BEING_CHAT2 0x0223 /**< A being talks in channels */
#define SMSG_PLAYER_INVENTORY 0x01ee
#endif // NET_EA_EAPROTOCOL_H