chore(DB): import pending files

Referenced commit(s): 12693ff3f2
This commit is contained in:
github-actions[bot]
2025-04-11 18:46:31 +00:00
parent 530bc7349c
commit d67daf8e53

View File

@@ -0,0 +1,5 @@
-- DB update 2025_04_10_01 -> 2025_04_11_00
--
-- set Spell Fury Effect 2 (SPELL_AURA_MOD_ROOT) as Positive (SPELL_ATTR0_CU_POSITIVE_EFF2)
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 46102;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES(46102, 134217728);