diff options
author | Haru <haru@dotalux.com> | 2017-04-08 23:11:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 23:11:52 +0200 |
commit | fbfb6cea5d35e7fb171541704314f1b30091a181 (patch) | |
tree | f3cb38d2207cc236201826eef12b09aa024bbe5c /src/map/clif.c | |
parent | cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e (diff) | |
parent | 54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2 (diff) | |
download | hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.tar.gz hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.tar.bz2 hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.tar.xz hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.zip |
Merge pull request #1662 from 4144/packetsh
Add missing non shuffle packets for 2014 - 2015 years.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
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); |