That fix appears to work..no errors, no failure on zone build.
Here is the line (7696 in bots.cpp):
Code:
min_hit = min_hit * (100 + itembonuses.MinDamageModifier[skillinuse] + spellbonuses.MinDamageModifier[skillinuse]) / 100;
Hopefully that is the intended use..thanks B_C!!
(That was the only error that came up for me on this revision..and if I had looked up a few more lines of code, I would have seen that defined...)