--- deliantra/server/common/button.C 2008/04/22 01:06:22 1.45 +++ deliantra/server/common/button.C 2008/05/04 18:24:11 1.46 @@ -812,7 +812,7 @@ case 5: // kill all alives if (!tmp->flag [FLAG_PRECIOUS]) { - get_archetype ("burnout")->insert_at (tmp, source); + archetype::get (shstr_burnout)->insert_at (tmp, source); tmp->destroy (); } break;