--- deliantra/server/include/artifact.h 2006/02/03 07:12:47 1.1 +++ deliantra/server/include/artifact.h 2006/08/29 08:01:36 1.2 @@ -1,15 +1,15 @@ typedef struct artifactstruct { - object *item; - uint16 chance; - uint8 difficulty; - struct artifactstruct *next; - linked_char *allowed; + object *item; + uint16 chance; + uint8 difficulty; + struct artifactstruct *next; + linked_char *allowed; } artifact; typedef struct artifactliststruct { - uint8 type; /* Object type that this list represents */ - uint16 total_chance; /* sum of chance for are artifacts on this list */ - struct artifactliststruct *next; - struct artifactstruct *items; + uint8 type; /* Object type that this list represents */ + uint16 total_chance; /* sum of chance for are artifacts on this list */ + struct artifactliststruct *next; + struct artifactstruct *items; } artifactlist;