diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-06 23:54:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 23:54:04 +0300 |
commit | 6cd9fbf483eedbdc782688c3a0507e23930c4d5b (patch) | |
tree | fc0e81f65a17b520d4309ea68129d4e3e0ae0796 /src/net/eathena/protocol.h | |
parent | a80d52c7b85e3e844a0185eff53ec65b8a176bee (diff) | |
download | plus-6cd9fbf483eedbdc782688c3a0507e23930c4d5b.tar.gz plus-6cd9fbf483eedbdc782688c3a0507e23930c4d5b.tar.bz2 plus-6cd9fbf483eedbdc782688c3a0507e23930c4d5b.tar.xz plus-6cd9fbf483eedbdc782688c3a0507e23930c4d5b.zip |
eathena: add packet SMSG_PLAYER_HP 0x080e.
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 b8eda0e78..396b30214 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -195,6 +195,7 @@ #define SMSG_MVP 0x010c #define SMSG_MONSTER_HP 0x0977 +#define SMSG_PLAYER_HP 0x080e /********************************** * Packets from client to server * |