diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-12 01:22:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:28 +0300 |
commit | 166734b298fad354606f36a179616ac4d2ba72db (patch) | |
tree | 0173ca966cef3f705b119a184ac77b9a492946d5 /src/map/clif.c | |
parent | 81bea15be75b5d46437109ac6d874eeb1d4ffd86 (diff) | |
download | hercules-166734b298fad354606f36a179616ac4d2ba72db.tar.gz hercules-166734b298fad354606f36a179616ac4d2ba72db.tar.bz2 hercules-166734b298fad354606f36a179616ac4d2ba72db.tar.xz hercules-166734b298fad354606f36a179616ac4d2ba72db.zip |
Update shuffle packets and split re and main client shuffles due conflict.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index aaa4e8670..4c3855914 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -21542,6 +21542,8 @@ static void packetdb_loaddb(void) #include "packets.h" /* load structure data */ #ifdef PACKETVER_ZERO #include "packets_shuffle_zero.h" +#elif defined(PACKETVER_RE) +#include "packets_shuffle_re.h" #else // PACKETVER_ZERO #include "packets_shuffle_main.h" #endif // PACKETVER_ZERO |