View Single Post
  #25  
Old 07-01-2006, 08:53 PM
unicorn97211
Sarnak
 
Join Date: May 2006
Posts: 37
Default Found the culprit...

This is causing fd memory to never be checked.

Code:
#ifdef REVERSE_AGGRO
	if(IsNPC() && !CastToNPC()->WillAggroNPCs())
		AIscanarea_timer->Disable();
#endif
FNW: Where do you recommend moving the feign memory check to?
Reply With Quote