diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-02 06:08:23 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-02 06:10:19 -0600 |
commit | 128f908908b77b242b749b27879ba2a9f70a94f6 (patch) | |
tree | 613c7966a2711189b999bbed152294f3659f70f9 /src/net/ea/protocol.h | |
parent | ed907c859026ad2133858012b4798f7c074366c4 (diff) | |
download | mana-client-128f908908b77b242b749b27879ba2a9f70a94f6.tar.gz mana-client-128f908908b77b242b749b27879ba2a9f70a94f6.tar.bz2 mana-client-128f908908b77b242b749b27879ba2a9f70a94f6.tar.xz mana-client-128f908908b77b242b749b27879ba2a9f70a94f6.zip |
Add some missing handler for eAthena
Also expand aAthena's AdminHandler
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 5a2260e6..356b34a4 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -117,6 +117,8 @@ static const int STORAGE_OFFSET = 1; #define SMSG_PLAYER_STORAGE_REMOVE 0x00f6 /**< Remove item/equip from storage */ #define SMSG_PLAYER_STORAGE_CLOSE 0x00f8 /**< Storage access closed */ +#define SMSG_ADMIN_KICK_ACK 0x00cd + /********************************** * Packets from client to server * **********************************/ @@ -166,6 +168,7 @@ static const int STORAGE_OFFSET = 1; #define CMSG_ADMIN_LOCAL_ANNOUNCE 0x019C #define CMSG_ADMIN_HIDE 0x019D #define CMSG_ADMIN_KICK 0x00CC +#define CMSG_ADMIN_MUTE 0x0149 /** Encodes coords and direction in 3 bytes data */ void set_coordinates(char *data, unsigned short x, unsigned short y, unsigned char direction); |