server/sql/updates/0122_xxxxx_01_mangos_item_template.sql
Salja 36e51fccee [0122] Fix Typo
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 16:22:01 +00:00

5 lines
No EOL
304 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_0114_xxxxx_01_mangos_item_template required_0122_xxxxx_01_mangos_item_template bit;
ALTER TABLE `item_template` DROP `DamageType`;
ALTER TABLE `item_template` ADD COLUMN `DamageType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ScalingStatDistribution`;