mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
feat(Core/Spells): implement two new custom attributes to handle aura saving rule (#8377)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user