aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql3
1 files changed, 3 insertions, 0 deletions
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;