View Single Post
  #6  
Old 05-22-2004, 06:47 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

go to client process.cpp,and delete the following lines.
Code:
					if(zp)
					{
					strcpy(target_zone,zp->target_zone);
					zc->zoneID = database.GetZoneID(target_zone);
					tarheading = zp->target_heading;
					}
It should fix that.
Reply With Quote