diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 22:27:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 22:32:25 +0300 |
commit | 6325c78e27607afe99ecc3c3d0cac154ccfd696b (patch) | |
tree | 1a54c4fc393df896aff95324224fcca59dcd3183 /src/net/eathena/protocol.h | |
parent | b53426b0c7651a7f4b727d9a1f2d2ad843ca7470 (diff) | |
download | plus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.gz plus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.bz2 plus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.tar.xz plus-6325c78e27607afe99ecc3c3d0cac154ccfd696b.zip |
eathena: add packet CMSG_PVP_INFO 0x020f.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index bc1bf3f4d..f20e9fc58 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -361,6 +361,7 @@ #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed +#define CMSG_PVP_INFO 0x020f #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |