Fix error with commit

This commit is contained in:
Michael Cook (mackal) 2014-10-30 22:08:45 -04:00
parent 2d77adeeb8
commit d3fbd026b4

View File

@ -1295,7 +1295,7 @@ bool Client::Attack(Mob* other, int Hand, bool bRiposte, bool IsStrikethrough, b
damage += opts->damage_flat; damage += opts->damage_flat;
hate *= opts->hate_percent; hate *= opts->hate_percent;
hate += opts->hate_flat; hate += opts->hate_flat;
hit_chance_bonus += opts->hate_flat; hit_chance_bonus += opts->hit_chance;
} }
//check to see if we hit.. //check to see if we hit..