mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Core/DataStores: Fixed SpellPowerEntry structure
* ManaCosts are signed
This commit is contained in:
3
sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql
Normal file
3
sql/updates/hotfixes/master/2017_07_27_00_hotfixes.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user