--- deliantra/server/common/button.C 2008/09/29 10:20:48 1.48 +++ deliantra/server/common/button.C 2008/09/29 10:32:50 1.49 @@ -813,7 +813,7 @@ if (!tmp->flag [FLAG_PRECIOUS]) { archetype::get (shstr_burnout)->insert_at (tmp, source); - tmp->destroy (true); + tmp->destroy (); } break;