summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-04 00:43:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-04 02:21:02 +0300
commit54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2 (patch)
tree26df42825808d802664d0eecda16cfe1f9a8a81a /src/map/clif.c
parent5f3d37c89c60ecc89186fa8d6cba333369a8f4cf (diff)
downloadhercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.tar.gz
hercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.tar.bz2
hercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.tar.xz
hercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.zip
Add missing non shuffle packets for 2014 - 2015 years.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 9e20510ad..63d7d680c 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -16239,7 +16239,7 @@ void clif_bg_hp(struct map_session_data *sd)
{
unsigned char buf[34];
-// packet version can be wrong, because inconsistend data in other servers.
+// packet version can be wrong, because inconsistend data in other servers. From packets table it start from 20140312 [4144]
#if PACKETVER < 20140613
const int cmd = 0x2e0;
nullpo_retv(sd);