You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
700 B
SQL

ALTER TABLE `mob_db`
ADD COLUMN `racegroup_illusion_frozen` tinyint(1) unsigned DEFAULT NULL,
ADD COLUMN `racegroup_illusion_moonlight` tinyint(1) unsigned DEFAULT NULL
;
ALTER TABLE `mob_db2`
ADD COLUMN `racegroup_illusion_frozen` tinyint(1) unsigned DEFAULT NULL,
ADD COLUMN `racegroup_illusion_moonlight` tinyint(1) unsigned DEFAULT NULL
;
ALTER TABLE `mob_db_re`
ADD COLUMN `racegroup_illusion_frozen` tinyint(1) unsigned DEFAULT NULL,
ADD COLUMN `racegroup_illusion_moonlight` tinyint(1) unsigned DEFAULT NULL
;
ALTER TABLE `mob_db2_re`
ADD COLUMN `racegroup_illusion_frozen` tinyint(1) unsigned DEFAULT NULL,
ADD COLUMN `racegroup_illusion_moonlight` tinyint(1) unsigned DEFAULT NULL
;