View Single Post
  #3  
Old 07-10-2012, 04:07 AM
Hool
Fire Beetle
 
Join Date: May 2010
Location: Texas
Posts: 16
Default

Just compiled and can confirm that this does indeed resolve the problem


Replace in bot.cpp

Code:
other->TriggerDefensiveProcs(this);
with

Code:
TriggerDefensiveProcs(weapon, other, Hand, damage);
[/QUOTE]


Cheers!
Reply With Quote