--- deliantra/server/common/item.C 2007/05/02 05:59:06 1.28 +++ deliantra/server/common/item.C 2007/05/03 04:50:26 1.29 @@ -842,11 +842,10 @@ } } break; + default: if (op->magic && ((QUERY_FLAG (op, FLAG_BEEN_APPLIED) && need_identify (op)) || QUERY_FLAG (op, FLAG_IDENTIFIED))) - { - sprintf (buf + strlen (buf), " %+d", op->magic); - } + sprintf (buf + strlen (buf), " %+d", op->magic); } return buf;