--- deliantra/server/common/region.C 2007/04/14 07:22:59 1.27 +++ deliantra/server/common/region.C 2007/04/17 18:24:30 1.29 @@ -207,6 +207,8 @@ case KW_msg: f.get_ml (KW_endmsg, rgn->msg); break; case KW_end: + f.next (); + for_all_regions (old) if (old->name == rgn->name) { @@ -239,7 +241,6 @@ * First initialises the archtype hash-table (init_archetable()). * Reads and parses the archetype file (with the first and second-pass * functions). - * Then initialises treasures by calling load_treasures(). */ void init_regions (void)