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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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');