View Single Post
  #4  
Old 04-20-2008, 10:20 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Did YOU add these SQL additions into your database?
Code:
Required SQL:
ALTER TABLE npc_types ADD ATK MEDIUMINT NOT NULL DEFAULT '0';
ALTER TABLE npc_types ADD Accuracy MEDIUMINT NOT NULL DEFAULT '0';
__________________
Random Segments of Code....
Reply With Quote