--- deliantra/server/common/living.C 2007/07/01 05:00:17 1.68 +++ deliantra/server/common/living.C 2007/07/04 18:03:48 1.69 @@ -866,6 +866,8 @@ { if (type == PLAYER) { + contr->item_power += tmp->item_power; + if (tmp == contr->combat_ob || tmp == contr->ranged_ob) if (tmp != current_weapon && (tmp->type != SKILL || tmp->subtype != SK_PRAYING) @@ -894,7 +896,6 @@ contr->gen_sp += tmp->stats.sp; contr->gen_grace += tmp->stats.grace; contr->gen_sp_armour += tmp->gen_sp_armour; - contr->item_power += tmp->item_power; } } /* if this is a player */ else