diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-09-16 22:30:10 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-09-16 22:31:07 +0200 |
| commit | 93875c523cfef74a9694350e984bb94bee94f422 (patch) | |
| tree | b6e5537056ab27b105fad7f5e257ab21e369ad23 | |
| parent | 225bbe7f72ed896668e367d416975cdd1f146228 (diff) | |
DB/Hotfixes: fixed data type of Modifier column in battle_pet_breed_quality
| -rw-r--r-- | sql/updates/hotfixes/2015_09_16_00_hotfixes.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |
