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/packets.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/packets.h')
-rw-r--r-- | src/net/eathena/packets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h index 64b0ff4c5..eb16509cf 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -215,7 +215,7 @@ int16_t packet_lengths[] = //0 1 2 3 4 5 6 7 8 9 a b c d e f //0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // #0x0800 - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, |