Quote:
Originally posted by jags2ooo
Actually I just ran this query
ALTER TABLE `battle_options` ADD `levelfield` INT(3) DEFAULT '0' NOT NULL;
and everything is fine, THNX!
|
The field 'levelfield' is supposed to be
Code:
ALTER TABLE `battle_options` ADD `levelfield` VARCHAR(10) DEFAULT 'field7' NOT NULL;
Also, what version did you upgrade from? 'battle_options.battleprivacy' has been in the install file since the first version. If you don't have that field, then something went wrong in one of the installs.