View Single Post
  #2  
Old 07-16-2011, 02:06 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by strider51 View Post
Hi Guys, on my solo server I'd like to remove the mob summon from the game. Anyone know the right database entries for this ??

thanks much!

Code:
UPDATE npc_types SET npcspecialattks = REPLACE(npcspecialattks, 'S', '');
Reply With Quote