From 2b6c40327a3e05a18bbfabd319a0735d75fbb8e9 Mon Sep 17 00:00:00 2001 From: protimus Date: Tue, 3 Apr 2012 21:18:23 +0000 Subject: Cleanup of conditions for old clients. - No one use versions as old, besides being advised to keep up to date. - Informations of packets will be maintained, the cleanup is just for conditions. Please do not remove old packet information, it is useful for future searches. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15828 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 2e25eae16..3b049fc6e 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -50,16 +50,6 @@ //#define PACKETVER 20100730 #endif -// backward compatible PACKETVER 8 and 9 -#if PACKETVER == 8 -#undef PACKETVER -#define PACKETVER 20070521 -#endif -#if PACKETVER == 9 -#undef PACKETVER -#define PACKETVER 20071106 -#endif - //Remove/Comment this line to disable sc_data saving. [Skotlex] #define ENABLE_SC_SAVING //Remove/Comment this line to disable server-side hot-key saving support [Skotlex] @@ -67,16 +57,8 @@ #define HOTKEY_SAVING //The number is the max number of hotkeys to save -#if PACKETVER < 20090603 - // (27 = 9 skills x 3 bars) (0x02b9,191) - #define MAX_HOTKEYS 27 -#elif PACKETVER < 20090617 - // (36 = 9 skills x 4 bars) (0x07d9,254) - #define MAX_HOTKEYS 36 -#else - // (38 = 9 skills x 4 bars & 2 Quickslots)(0x07d9,268) - #define MAX_HOTKEYS 38 -#endif +// (38 = 9 skills x 4 bars & 2 Quickslots)(0x07d9,268) +#define MAX_HOTKEYS 38 #define MAX_MAP_PER_SERVER 1500 // Increased to allow creation of Instance Maps #define MAX_INVENTORY 100 -- cgit v1.2.3-60-g2f50