From 0c95c149385d19beecc34a365ba50a623e43372f Mon Sep 17 00:00:00 2001 From: joschiwald Date: Thu, 27 Jul 2017 22:46:13 +0200 Subject: Core/DataStores: Fixed SpellPowerEntry structure * ManaCosts are signed --- sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql (limited to 'sql') diff --git a/sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql b/sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql new file mode 100644 index 00000000000..cf0c7b13e92 --- /dev/null +++ b/sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql @@ -0,0 +1,3 @@ +ALTER TABLE `spell_power` + CHANGE `ManaCost` `ManaCost` INT(11) DEFAULT 0 NOT NULL, + CHANGE `ManaCostAdditional` `ManaCostAdditional` INT(11) DEFAULT 0 NOT NULL; -- cgit v1.2.3