diff options
author | Haru <haru@dotalux.com> | 2019-02-11 01:02:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 01:02:37 +0100 |
commit | 277c9edf4fb18dbb594fc293289d0b74ecc143d9 (patch) | |
tree | b716296531f84e6b234902702e9502322ce3068e /src/map/packets_shuffle_main.h | |
parent | 545842eb1e7ec1d38b45a494fb8848d3b778f2ed (diff) | |
parent | 6c071f5de0d10ff4700a74e82169a7e2b33842a7 (diff) | |
download | hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.gz hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.bz2 hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.xz hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.zip |
Merge pull request #2353 from 4144/updatepackets
Update packets and messages up to 2019-01-30
Diffstat (limited to 'src/map/packets_shuffle_main.h')
-rw-r--r-- | src/map/packets_shuffle_main.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/packets_shuffle_main.h b/src/map/packets_shuffle_main.h index 5bae987c9..eb6870da0 100644 --- a/src/map/packets_shuffle_main.h +++ b/src/map/packets_shuffle_main.h @@ -9727,14 +9727,16 @@ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6 #endif -// 2018-11-21bRagexe, 2018-11-28aRagexe, 2018-11-28bRagexe, 2018-11-28cRagexe, 2018-12-05aRagexe, 2018-12-12aRagexe, 2018-12-12bRagexe, 2018-12-19bRagexe, 2018-12-26aRagexe, 2019-01-09aRagexe +// 2018-11-21bRagexe, 2018-11-28aRagexe, 2018-11-28bRagexe, 2018-11-28cRagexe, 2018-12-05aRagexe, 2018-12-12aRagexe, 2018-12-12bRagexe, 2018-12-19bRagexe, 2018-12-26aRagexe, 2019-01-09aRagexe, 2019-01-16bRagexe, 2019-01-16cRagexe, 2019-01-23dRagexe #if PACKETVER == 20181121 || \ PACKETVER == 20181128 || \ PACKETVER == 20181205 || \ PACKETVER == 20181212 || \ PACKETVER == 20181219 || \ PACKETVER == 20181226 || \ - PACKETVER >= 20190109 + PACKETVER == 20190109 || \ + PACKETVER == 20190116 || \ + PACKETVER >= 20190123 packet(0x0202,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26 packet(0x022d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5 packet(0x023b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36 |