--- deliantra/server/server/spell_util.c 2006/03/13 23:59:29 1.4 +++ deliantra/server/server/spell_util.c 2006/03/14 17:59:22 1.5 @@ -475,9 +475,8 @@ * there are no such things as multispaced spells right now, so * we don't need to worry about the head. */ - if (tmp->stats.maxhp == op->stats.maxhp - && tmp->type == op->type - && tmp->subtype == op->subtype) + if ((tmp->stats.maxhp == op->stats.maxhp) && (tmp->type == op->type) && + (tmp->subtype == op->subtype)) return 0; /*