diff options
author | Haru <haru@dotalux.com> | 2018-04-22 21:16:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 21:16:52 +0200 |
commit | 14432c034f4c87e06651e89f04df714dc76036a1 (patch) | |
tree | 069d5ac29b8098a7addfcf0f6fe5d680a9a5d871 /src/map/packets_shuffle_zero.h | |
parent | f06f7e8a29d84cc1b5126399a9f838c834fcd7c6 (diff) | |
parent | e080479eec820ac8861659fdeb9dfea2e92e08ea (diff) | |
download | hercules-14432c034f4c87e06651e89f04df714dc76036a1.tar.gz hercules-14432c034f4c87e06651e89f04df714dc76036a1.tar.bz2 hercules-14432c034f4c87e06651e89f04df714dc76036a1.tar.xz hercules-14432c034f4c87e06651e89f04df714dc76036a1.zip |
Merge pull request #2021 from 4144/updatepackets
Update packets table up to 2018-04-18
Diffstat (limited to 'src/map/packets_shuffle_zero.h')
-rw-r--r-- | src/map/packets_shuffle_zero.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/packets_shuffle_zero.h b/src/map/packets_shuffle_zero.h index 7cd52d971..087eb119f 100644 --- a/src/map/packets_shuffle_zero.h +++ b/src/map/packets_shuffle_zero.h @@ -36,7 +36,7 @@ /* This file is autogenerated, please do not commit manual changes */ -// 2017-10-19aRagexe_zero, 2017-10-23aRagexe_zero, 2017-10-23bRagexe_zero, 2017-10-23cRagexe_zero, 2017-10-24aRagexe_2_zero, 2017-10-24aRagexe_zero, 2017-10-25bRagexe_zero, 2017-10-27aRagexe_zero, 2017-10-27bRagexe_zero, 2017-10-30aRagexe_zero, 2017-10-31aRagexe_zero, 2017-11-09aRagexe_zero, 2017-11-13aRagexe_zero, 2017-11-13bRagexe_zero, 2018-03-15aRagexe_zero, 2018-03-21aRagexe_zero, 2018-03-21bRagexe_zero, 2018-03-28_1aRagexe_zero, 2018-03-28cRagexe_zero +// 2017-10-19aRagexe_zero, 2017-10-23aRagexe_zero, 2017-10-23bRagexe_zero, 2017-10-23cRagexe_zero, 2017-10-24aRagexe_2_zero, 2017-10-24aRagexe_zero, 2017-10-25bRagexe_zero, 2017-10-27aRagexe_zero, 2017-10-27bRagexe_zero, 2017-10-30aRagexe_zero, 2017-10-31aRagexe_zero, 2017-11-09aRagexe_zero, 2017-11-13aRagexe_zero, 2017-11-13bRagexe_zero, 2018-03-15aRagexe_zero, 2018-03-21aRagexe_zero, 2018-03-21bRagexe_zero, 2018-03-28_1aRagexe_zero, 2018-03-28cRagexe_zero, 2018-04-11aRagexe_zero #if PACKETVER == 20171019 || \ PACKETVER == 20171023 || \ PACKETVER == 20171024 || \ @@ -48,7 +48,8 @@ PACKETVER == 20171113 || \ PACKETVER == 20180315 || \ PACKETVER == 20180321 || \ - PACKETVER == 20180328 + PACKETVER == 20180328 || \ + PACKETVER >= 20180411 packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER packet(0x023b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD |