summaryrefslogtreecommitdiff
path: root/src/net/ea/eaprotocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-29 23:18:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-30 16:37:02 +0300
commit194e902a7231c814a23af9e41408301f3ce413c0 (patch)
tree68249ae426bf730b5c629dd0e9524b3a73c23036 /src/net/ea/eaprotocol.h
parentc0d2d172cf6397329b0474e8521af666edc6f774 (diff)
downloadmv-194e902a7231c814a23af9e41408301f3ce413c0.tar.gz
mv-194e902a7231c814a23af9e41408301f3ce413c0.tar.bz2
mv-194e902a7231c814a23af9e41408301f3ce413c0.tar.xz
mv-194e902a7231c814a23af9e41408301f3ce413c0.zip
Remove additional parameters from processChat function.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r--src/net/ea/eaprotocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h
index d315083de..84fb23347 100644
--- a/src/net/ea/eaprotocol.h
+++ b/src/net/ea/eaprotocol.h
@@ -68,6 +68,8 @@ 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_BEING_CHAT2 0x0223 /**< A being talks in channels */
#define SMSG_PLAYER_INVENTORY 0x01ee