rathena/sql-files/upgrades/upgrade_20240519.sql
2024-05-31 17:10:01 +02:00

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
;