server/sql/updates/0122_xxxxx_01_mangos_item_template.sql
Salja 7b0233f154 [0132] Some Typos
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:14:16 +00:00

5 lines
305 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`;