View Single Post
  #2  
Old 07-09-2012, 11:52 PM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

Sorry I am not really familiar with bot code and wasn't compiling a bot build.

Replace in bot.cpp

Code:
other->TriggerDefensiveProcs(this);
with

Code:
TriggerDefensiveProcs(weapon, other, Hand, damage);
Reply With Quote