Thread
:
Zone crash after recompile
View Single Post
#
7
10-27-2006, 01:54 AM
LostZaphod
Sarnak
Join Date: May 2006
Posts: 43
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;
LostZaphod
View Public Profile
Send a private message to LostZaphod
Find all posts by LostZaphod