Quote:
Originally Posted by strider51
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', '');