Skip to content

Commit

Permalink
Add missing non shuffle packets for 2014 - 2015 years.
Browse files Browse the repository at this point in the history
  • Loading branch information
4144 committed Apr 3, 2017
1 parent 5f3d37c commit 54e3b4c
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 40 deletions.
2 changes: 1 addition & 1 deletion src/map/clif.c
Expand Up @@ -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);
Expand Down

0 comments on commit 54e3b4c

Please sign in to comment.