--- deliantra/server/random_maps/treasure.C 2007/04/15 14:15:14 1.27 +++ deliantra/server/random_maps/treasure.C 2007/04/16 06:23:42 1.28 @@ -252,7 +252,7 @@ } #endif { /* neither style_map no treasure list given */ - treasurelist *tlist = find_treasurelist ("chest"); + treasurelist *tlist = treasurelist::find ("chest"); the_chest->randomitems = tlist; the_chest->stats.hp = n_treasures;