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_main.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_main.h')
-rw-r--r-- | src/map/packets_shuffle_main.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/packets_shuffle_main.h b/src/map/packets_shuffle_main.h index 16d480893..4bb998652 100644 --- a/src/map/packets_shuffle_main.h +++ b/src/map/packets_shuffle_main.h @@ -3345,13 +3345,14 @@ packet(0x0969,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE #endif -// 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE +// 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE #if PACKETVER == 20140611 || \ PACKETVER == 20150225 || \ PACKETVER == 20180315 || \ PACKETVER == 20180321 || \ PACKETVER == 20180328 || \ - PACKETVER >= 20180404 + PACKETVER == 20180404 || \ + PACKETVER >= 20180418 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 |