diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-10-26 04:44:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-07 06:27:54 +0300 |
commit | 47ede578c75c3dba0a37db0a4afbae8566e7db6a (patch) | |
tree | 5c8daa7496b7b9f3865adae26d2b25529d934cfd /src/map/packets_shuffle_re.h | |
parent | 199916bf3f01defe07eeda6774e0d8c94c637264 (diff) | |
download | hercules-47ede578c75c3dba0a37db0a4afbae8566e7db6a.tar.gz hercules-47ede578c75c3dba0a37db0a4afbae8566e7db6a.tar.bz2 hercules-47ede578c75c3dba0a37db0a4afbae8566e7db6a.tar.xz hercules-47ede578c75c3dba0a37db0a4afbae8566e7db6a.zip |
Update shuffle packets up to 2018-11-07
Diffstat (limited to 'src/map/packets_shuffle_re.h')
-rw-r--r-- | src/map/packets_shuffle_re.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/map/packets_shuffle_re.h b/src/map/packets_shuffle_re.h index bf44faa7c..de59bfb84 100644 --- a/src/map/packets_shuffle_re.h +++ b/src/map/packets_shuffle_re.h @@ -3,6 +3,7 @@ * http://herc.ws - http://github.com/HerculesWS/Hercules * * Copyright (C) 2013-2018 Hercules Dev Team + * Copyright (C) 2018 Andrei Karas (4144) * * Hercules is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -9662,7 +9663,7 @@ packet(0x083c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK #endif -// 2018-07-04aRagexeRE, 2018-07-11aRagexeRE, 2018-07-18bRagexeRE, 2018-07-18bRagexeRE1, 2018-07-18cRagexeRE, 2018-08-01cRagexeRE, 2018-08-08bRagexeRE, 2018-08-22cRagexeRE, 2018-08-29aRagexeRE, 2018-08-29bRagexeRE, 2018-09-12dRagexeRE, 2018-09-19aRagexeRE, 2018-10-02aRagexeRE, 2018-10-02bRagexeRE, 2018-10-17bRagexeRE +// 2018-07-04aRagexeRE, 2018-07-11aRagexeRE, 2018-07-18bRagexeRE, 2018-07-18bRagexeRE1, 2018-07-18cRagexeRE, 2018-08-01cRagexeRE, 2018-08-08bRagexeRE, 2018-08-22cRagexeRE, 2018-08-29aRagexeRE, 2018-08-29bRagexeRE, 2018-09-12dRagexeRE, 2018-09-19aRagexeRE, 2018-10-02aRagexeRE, 2018-10-02bRagexeRE, 2018-10-17_02aRagexeRE, 2018-10-17_03aRagexeRE, 2018-10-17bRagexeRE, 2018-10-31cRagexeRE, 2018-11-07aRagexeRE #if PACKETVER == 20180704 || \ PACKETVER == 20180711 || \ PACKETVER == 20180718 || \ @@ -9673,7 +9674,9 @@ PACKETVER == 20180912 || \ PACKETVER == 20180919 || \ PACKETVER == 20181002 || \ - PACKETVER >= 20181017 + PACKETVER == 20181017 || \ + PACKETVER == 20181031 || \ + PACKETVER >= 20181107 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 |