mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
feat(DB/spell): rename fields according to their DBC equivalent (#10633)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644590484974206900');
|
||||
|
||||
ALTER TABLE `spell_dbc` CHANGE COLUMN `Field227` `EffectBonusMultiplier_1` FLOAT DEFAULT 0 NOT NULL;
|
||||
ALTER TABLE `spell_dbc` CHANGE COLUMN `Field228` `EffectBonusMultiplier_2` FLOAT DEFAULT 0 NOT NULL;
|
||||
ALTER TABLE `spell_dbc` CHANGE COLUMN `Field229` `EffectBonusMultiplier_3` FLOAT DEFAULT 0 NOT NULL;
|
||||
Reference in New Issue
Block a user