--- deliantra/server/include/object.h 2006/09/11 11:15:21 1.26 +++ deliantra/server/include/object.h 2006/09/11 12:08:01 1.27 @@ -64,10 +64,10 @@ * that were in the can_apply area. What is the point of having both * can_apply and will_apply? */ -#define WILL_APPLY_HANDLE 0x1 -#define WILL_APPLY_TREASURE 0x2 -#define WILL_APPLY_EARTHWALL 0x4 -#define WILL_APPLY_DOOR 0x8 +#define WILL_APPLY_HANDLE 0x01 +#define WILL_APPLY_TREASURE 0x02 +#define WILL_APPLY_EARTHWALL 0x04 +#define WILL_APPLY_DOOR 0x08 #define WILL_APPLY_FOOD 0x10