From 93875c523cfef74a9694350e984bb94bee94f422 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Wed, 16 Sep 2015 22:30:10 +0200 Subject: DB/Hotfixes: fixed data type of Modifier column in battle_pet_breed_quality --- sql/updates/hotfixes/2015_09_16_00_hotfixes.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/hotfixes/2015_09_16_00_hotfixes.sql (limited to 'sql') 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'; -- cgit v1.2.3