Thread
:
Zone and NPCS
View Single Post
#
2
11-13-2004, 01:16 PM
Sarepean
Discordant
Join Date: Sep 2004
Posts: 253
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
Sarepean
View Public Profile
Send a private message to Sarepean
Find all posts by Sarepean