diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-08 07:29:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-01 19:40:14 +0300 |
commit | 8b5b8485c16ac97f990f6aa502d6c1af966cd5cf (patch) | |
tree | 6d5d9c8955612687d4faa3633be917b8fcda0b4f /src/map/packets_shuffle_main.h | |
parent | d67989a59988f51545b8483fb11766b903d5a3ce (diff) | |
download | hercules-8b5b8485c16ac97f990f6aa502d6c1af966cd5cf.tar.gz hercules-8b5b8485c16ac97f990f6aa502d6c1af966cd5cf.tar.bz2 hercules-8b5b8485c16ac97f990f6aa502d6c1af966cd5cf.tar.xz hercules-8b5b8485c16ac97f990f6aa502d6c1af966cd5cf.zip |
Update shuffle packets up to 2019-05-30
Diffstat (limited to 'src/map/packets_shuffle_main.h')
-rw-r--r-- | src/map/packets_shuffle_main.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/map/packets_shuffle_main.h b/src/map/packets_shuffle_main.h index a5ce83ebe..016de4e26 100644 --- a/src/map/packets_shuffle_main.h +++ b/src/map/packets_shuffle_main.h @@ -9727,7 +9727,7 @@ 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, 2019-01-16bRagexe, 2019-01-16cRagexe, 2019-01-23dRagexe, 2019-02-13bRagexe, 2019-02-13eRagexe, 2019-02-27aRagexe, 2019-02-28aRagexe, 2019-03-06bRagexe, 2019-03-06cRagexe, 2019-03-13aRagexe, 2019-03-20aRagexe, 2019-03-22aRagexe, 2019-03-27bRagexe, 2019-04-03aRagexe, 2019-04-17aRagexe, 2019-04-18aRagexe +// 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, 2019-02-13bRagexe, 2019-02-13eRagexe, 2019-02-27aRagexe, 2019-02-28aRagexe, 2019-03-06bRagexe, 2019-03-06cRagexe, 2019-03-13aRagexe, 2019-03-20aRagexe, 2019-03-22aRagexe, 2019-03-27bRagexe, 2019-04-03aRagexe, 2019-04-17aRagexe, 2019-04-18aRagexe, 2019-05-08cRagexe, 2019-05-22bRagexe, 2019-05-22cRagexe, 2019-05-23aRagexe, 2019-05-29aRagexe, 2019-05-29cRagexe, 2019-05-30aRagexe #if PACKETVER == 20181121 || \ PACKETVER == 20181128 || \ PACKETVER == 20181205 || \ @@ -9747,7 +9747,12 @@ PACKETVER == 20190327 || \ PACKETVER == 20190403 || \ PACKETVER == 20190417 || \ - PACKETVER >= 20190418 + PACKETVER == 20190418 || \ + PACKETVER == 20190508 || \ + PACKETVER == 20190522 || \ + PACKETVER == 20190523 || \ + PACKETVER == 20190529 || \ + PACKETVER >= 20190530 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 |