View Single Post
  #7  
Old 10-27-2006, 01:54 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default missing code

special_attack.cpp (line 941)
is the function
Code:
void NPC::DoClassAttacks(Mob *target) {
the varailble "did_attack" is not defined. We need to add a line after line 941

bool did_attack = false;
Reply With Quote