--- deliantra/server/include/treasure.h 2007/04/24 00:42:02 1.16 +++ deliantra/server/include/treasure.h 2007/04/28 17:51:58 1.17 @@ -88,13 +88,13 @@ treasure *next_no; /* If this item was not generated, */ /* then continue here */ struct _change_arch change_arch; /* override default arch values if set in treasure list */ - uint8 chance; /* Percent chance for this item */ - uint8 magic; /* Max magic bonus to item */ + uint16 chance; /* Percent chance for this item */ /* If the entry is a list transition, * 'magic' contains the difficulty * required to go to the new list */ uint16 nrof; /* random 1 to nrof items are generated */ + uint8 magic; /* Max magic bonus to item */ treasure () : chance (100)