summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-06 23:54:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 23:54:04 +0300
commit6cd9fbf483eedbdc782688c3a0507e23930c4d5b (patch)
treefc0e81f65a17b520d4309ea68129d4e3e0ae0796 /src/net/eathena/protocol.h
parenta80d52c7b85e3e844a0185eff53ec65b8a176bee (diff)
downloadplus-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.h1
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 *