mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Hotfixes: fixed data type of Modifier column in battle_pet_breed_quality
This commit is contained in:
1
sql/updates/hotfixes/2015_09_16_00_hotfixes.sql
Normal file
1
sql/updates/hotfixes/2015_09_16_00_hotfixes.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `battle_pet_breed_quality` CHANGE COLUMN `Modifier` `Modifier` float NOT NULL DEFAULT '0';
|
||||
Reference in New Issue
Block a user