--- deliantra/server/common/utils.C 2007/01/27 02:19:36 1.45 +++ deliantra/server/common/utils.C 2007/02/05 01:47:22 1.46 @@ -390,6 +390,7 @@ if (op->stats.dam < 1) op->stats.dam = 1; } + if (op->stats.sp && op->type == BOW) op->stats.sp += lmt->sp; if (op->stats.wc && op->is_weapon ()) @@ -408,7 +409,7 @@ op->resist[j] = -100; } } - op->materialname = add_string (lmt->name); + op->materialname = lmt->name; /* dont make it unstackable if it doesn't need to be */ if (op->is_weapon () || op->is_armor ()) {