Remove bad debug check

This commit is contained in:
jsalmon3 2003-02-08 07:26:00 +00:00
parent adac968ea1
commit 9b02e85aa6

View file

@ -1940,7 +1940,6 @@ global int SpellCast(Unit * unit, const SpellType * spell, Unit * target,
break;
}
DebugCheck((char)unit->Mana < 0);
return repeat;
}