PDA

View Full Version : Error compiling build revision: 2162


FievelMousey
07-09-2012, 11:15 PM
Hi i get this error trying build the newest revision:


Error 3 error C2660: 'Mob::TriggerDefensiveProcs' : function does not take 1 arguments c:\EQ\SVN\source\trunk\EQEmuServer\zone\bot.cpp 7744 Zone

Kayen
07-09-2012, 11:52 PM
Sorry I am not really familiar with bot code and wasn't compiling a bot build.

Replace in bot.cpp

other->TriggerDefensiveProcs(this);

with

TriggerDefensiveProcs(weapon, other, Hand, damage);