feat(Core/Spells): implement two new custom attributes to handle aura saving rule (#8377)

This commit is contained in:
Andrius Peleckas
2021-11-05 16:56:45 +02:00
committed by GitHub
parent 487269ecb8
commit 3ce64b0f01
4 changed files with 84 additions and 32 deletions

View File

@@ -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');