--- deliantra/server/include/treasure.h 2006/09/03 00:18:41 1.4 +++ deliantra/server/include/treasure.h 2006/09/08 16:53:57 1.5 @@ -86,7 +86,7 @@ typedef struct treasurestruct : zero_initialised { - struct archt *item; /* Which item this link can be */ + struct archetype *item; /* Which item this link can be */ shstr name; /* If non null, name of list to use instead */ struct treasurestruct *next; /* Next treasure-item in a linked list */