chore(DB): import pending files

Referenced commit(s): 77e6dbcf85
This commit is contained in:
github-actions[bot]
2025-03-15 16:06:19 +00:00
parent 77e6dbcf85
commit 92c666afb4

View File

@@ -0,0 +1,5 @@
-- DB update 2025_03_13_00 -> 2025_03_15_00
--
-- SPELL_ATTR0_CU_ONLY_ONE_AREA_AURA 45402 Demonic Vapor
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 45402;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES(45402, 536870912);