diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-08 21:22:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 01:03:20 +0300 |
commit | fcffa6cafb701073995107748aaab9d6adb97224 (patch) | |
tree | 0214203af6eb4d46f6eff9607b628d3cb34ab0a5 /src/map/packets.h | |
parent | b6690d7bb05e75d28891f360f42e0dfe19ea0904 (diff) | |
download | hercules-fcffa6cafb701073995107748aaab9d6adb97224.tar.gz hercules-fcffa6cafb701073995107748aaab9d6adb97224.tar.bz2 hercules-fcffa6cafb701073995107748aaab9d6adb97224.tar.xz hercules-fcffa6cafb701073995107748aaab9d6adb97224.zip |
Add packet id clif_bg_hp (0xa0e)
Based on rAthena commit:
commit ba184ab9a2a932b6ce2eba279fdc379b50b430a5
Author: Napster <arokaice@live.com>
Date: Fri Dec 18 23:00:53 2015 +0700
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 33fa5236d..8b0a733c7 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2787,6 +2787,10 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x09DF,7); #endif +#if PACKETVER >= 20140613 + packet(0x0a0e,14); +#endif + // 2014-10-16aRagexe - YomRawr #if PACKETVER >= 20141016 packet(0x0369,7,clif->pActionRequest,2,6); |