Page 1 of 1

[b41] Physical Power from weapon training still reduced

Posted: Fri Jul 13, 2012 7:10 am
by grayswandir
Line 1000 of Combat.lua makes me worry:

Code: Select all

add = add + 5 * self:combatCheckTraining(weapon)
Where that 5 should be a 10, unless I'm missing something.

Also, the staff talent uses the same code and the text wasn't updated, either.

Re: [b41] Physical Power from weapon training still reduced

Posted: Fri Jul 13, 2012 6:35 pm
by darkgod
fixed