View Single Post
  #2  
Old 08-13-2009, 12:29 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

I don't have the database with me at work, so my column names might be off, but I think it will be something like this:

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