DB/Hotfixes: fixed data type of Modifier column in battle_pet_breed_quality

This commit is contained in:
MitchesD
2015-09-16 22:30:10 +02:00
parent 225bbe7f72
commit 93875c523c

View File

@@ -0,0 +1 @@
ALTER TABLE `battle_pet_breed_quality` CHANGE COLUMN `Modifier` `Modifier` float NOT NULL DEFAULT '0';