diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-29 22:35:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-30 16:37:01 +0300 |
commit | c0d2d172cf6397329b0474e8521af666edc6f774 (patch) | |
tree | a7f8bfda6fa4ac0ce020e8b66c1d819d83d27ece /src/net/ea/eaprotocol.h | |
parent | 03763e4b290b80bc5606568b168f8605d7aa1631 (diff) | |
download | plus-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.h | 1 |
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 |