--- deliantra/server/common/button.C 2008/04/22 01:06:22 1.45 +++ deliantra/server/common/button.C 2008/09/29 10:20:48 1.48 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -812,8 +812,8 @@ case 5: // kill all alives if (!tmp->flag [FLAG_PRECIOUS]) { - get_archetype ("burnout")->insert_at (tmp, source); - tmp->destroy (); + archetype::get (shstr_burnout)->insert_at (tmp, source); + tmp->destroy (true); } break;