feat(Core/Spells): implement two new custom attributes to handle aura saving rule (#8377)
This commit is contained in:
parent
487269ecb8
commit
3ce64b0f01
4 changed files with 84 additions and 32 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633787767742446400');
|
||||
|
||||
-- Raise Ally control aura should not be saved
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = '46619';
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
('46619', '268435456');
|
||||
Loading…
Add table
Add a link
Reference in a new issue