--- deliantra/maps/perl/adjust_levels.ext 2006/03/24 23:29:18 1.2 +++ deliantra/maps/perl/adjust_levels.ext 2006/03/25 04:47:56 1.3 @@ -13,6 +13,5 @@ $ob->player_lvl_adj ($_) for grep $_->type == cf::SKILL, $ob->inv; $ob->message ("\nDone adjusting levels to experience table.\nIf you got a lot of level changes, then this is because the server changed its experience table.\nDo NOT panic!\n"); - 0 }