View Single Post
  #2  
Old 01-11-2007, 02:52 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default

Look into the change log file and execute all sql statements that are required (this all depends on where you started at)

I am guessing you used cavedues 3.6 installer, and then downloaded the newest
build. These statements are the ones that have happened since his installer was released

ALTER TABLE `zone` ADD `cancombat` tinyint(4) NOT NULL default '1';
UPDATE `zone` SET `cancombat` = 0 WHERE short_name = 'nexus';
UPDATE `zone` SET `cancombat` = 0 WHERE short_name = 'poknowledge';
UPDATE `zone` SET `cancombat` = 0 WHERE short_name = 'potranquility';

If you used the 3.52 installer you must execute many SQL stamens starting around the date 4/18/2006, and must be done oldest to newest.
Reply With Quote