--- deliantra/server/common/loader.C 2007/01/03 00:21:35 1.38 +++ deliantra/server/common/loader.C 2007/01/03 02:51:09 1.39 @@ -322,10 +322,8 @@ op->gen_sp_armour = op->last_heal; op->last_heal = 0; } - if (editor) - ip = 0; - else - ip = calc_item_power (op, 0); + + ip = calc_item_power (op, 0); /* Legacy objects from before item power was in the game */ if (!op->item_power && ip) {