--- deliantra/server/include/define.h 2008/08/26 02:35:05 1.83 +++ deliantra/server/include/define.h 2008/09/16 14:25:37 1.86 @@ -383,9 +383,10 @@ * 2 spaces, and the entire array (< SIZEOFFREE) is * three spaces */ +#define SIZEOFFREE0 0 #define SIZEOFFREE1 8 #define SIZEOFFREE2 24 -#define SIZEOFFREE3 49 +#define SIZEOFFREE3 48 #define SIZEOFFREE 49 #define NROF_SOUNDS (23 + NROFREALSPELLS) /* Number of sounds */ @@ -523,11 +524,7 @@ #define FLAG_ONE_HIT 97 /* Monster can only hit once before going * away (replaces ghosthit) */ -#define FLAG_CLIENT_SENT 98 /* THIS IS A DEBUG FLAG ONLY. We use it to - * detect cases were the server is trying - * to send an upditem when we have not - * actually sent the item. - */ +#define FLAG_DEBUG 98 // formerly FLAG_CLIENT_SENT, not used except for debugging #define FLAG_BERSERK 99 /* monster will attack closest living object */