--- deliantra/server/include/race.h 2016/11/16 23:42:01 1.13 +++ deliantra/server/include/race.h 2017/01/29 02:47:05 1.14 @@ -25,7 +25,7 @@ /* Used to link the race lists together */ struct racelink { - shstr name; /* name of this race entry */ + shstr name; /* name of this race entry */ int nrof; /* nrof things belonging to this race */ objectlink *member; /* linked object list of things belonging to this race */ racelink *next;