View Single Post
  #2  
Old 07-03-2010, 01:04 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Ok here you go

Code:
ALTER TABLE `faction_list` ADD COLUMN `mod_r60` smallint(6) NOT NULL default '0' AFTER `mod_r14`; 
ALTER TABLE `faction_list` ADD COLUMN `mod_r120` smallint(6) NOT NULL default '0' AFTER `mod_r108`;
I'll update the database to reflect these changes

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote