--- deliantra/server/include/define.h 2007/05/12 19:49:24 1.55 +++ deliantra/server/include/define.h 2007/05/17 14:14:55 1.57 @@ -71,10 +71,10 @@ #define MIN_STAT 1 /* The minimum legal value of any stat */ //TODO: not only use more reasonable values, also enforce them -#define MIN_WC -128 -#define MAX_WC 127 -#define MIN_AC -128 -#define MAX_AC 127 +#define MIN_WC -120 +#define MAX_WC 120 +#define MIN_AC -120 +#define MAX_AC 120 #define MIN_DAM 0 #define MAX_DAM 200 @@ -431,7 +431,7 @@ #define FLAG_WIZ 1 /* Object has special privilegies */ #define FLAG_REMOVED 2 /* Object is not in any map or invenory */ #define FLAG_FREED 3 /* Object is in the list of free objects */ -#define FLAG_WAS_WIZ 4 /* Player was once a wiz */ +//#define FLAG_WAS_WIZ 4 /* Player was once a wiz */ #define FLAG_APPLIED 5 /* Object is ready for use by living */ #define FLAG_UNPAID 6 /* Object hasn't been paid for yet */ #define FLAG_USE_SHIELD 7