Thread: Zone and NPCS
View Single Post
  #2  
Old 11-13-2004, 01:16 PM
Sarepean
Discordant
 
Join Date: Sep 2004
Posts: 253
Default

Try this:

Quote:
ALTER TABLE npc_faction_entries ADD npc_value TINYINT UNSIGNED DEFAULT '0' NOT NULL;

UPDATE npc_faction_entries SET npc_value=1 WHERE value<0;

-Sarepean
Reply With Quote