diff --git a/sql/updates/hotfixes/2015_09_16_00_hotfixes.sql b/sql/updates/hotfixes/2015_09_16_00_hotfixes.sql new file mode 100644 index 00000000000..4e516360224 --- /dev/null +++ b/sql/updates/hotfixes/2015_09_16_00_hotfixes.sql @@ -0,0 +1 @@ +ALTER TABLE `battle_pet_breed_quality` CHANGE COLUMN `Modifier` `Modifier` float NOT NULL DEFAULT '0';