View Single Post
  #2  
Old 05-08-2005, 01:15 AM
Sarepean
Discordant
 
Join Date: Sep 2004
Posts: 253
Default

There are a ton of SQL fixes that might have to be done, but I don't remember what they are. You might try searching the Windows Server Support forums for them.


EDIT::: Here ya go, run this.

ALTER TABLE npc_faction_entries ADD COLUMN `npc_value` int(11) unsigned NOT NULL default '0';

Last edited by Sarepean; 05-08-2005 at 09:17 AM..
Reply With Quote