View Single Post
  #5  
Old 07-28-2009, 07:12 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

you could always run this query to make sure the bots are gone from the npc_types table
Code:
"DELETE FROM `npc_types` WHERE isbot = '1'"
Reply With Quote