summaryrefslogtreecommitdiff
path: root/src/net/ea/eaprotocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-30 01:11:55 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-30 16:37:02 +0300
commit509c746b147458bcc94c2d66932b5bb89175c732 (patch)
tree4125913e5d96a1c0c8bb2ae6e5c5ea83d3677d8f /src/net/ea/eaprotocol.h
parenta39600b2ec8c71c74f2dad3569aba0fc0e8a9be4 (diff)
downloadmv-509c746b147458bcc94c2d66932b5bb89175c732.tar.gz
mv-509c746b147458bcc94c2d66932b5bb89175c732.tar.bz2
mv-509c746b147458bcc94c2d66932b5bb89175c732.tar.xz
mv-509c746b147458bcc94c2d66932b5bb89175c732.zip
Remove additional parameters from processCharCreate function.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r--src/net/ea/eaprotocol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h
index 84fb23347..153a59a86 100644
--- a/src/net/ea/eaprotocol.h
+++ b/src/net/ea/eaprotocol.h
@@ -70,7 +70,9 @@ 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
+#define SMSG_CHAR_CREATE_SUCCEEDED2 0x0221
+#define SMSG_BEING_CHAT2 0x0223 /**< A being talks in channels */
+
#endif // NET_EA_EAPROTOCOL_H