chore(DB): import pending files

Referenced commit(s): c5cb54c2ea
This commit is contained in:
github-actions[bot]
2025-06-15 20:48:50 +00:00
parent c5cb54c2ea
commit 8daba92e58

View File

@@ -0,0 +1,5 @@
-- DB update 2025_06_15_00 -> 2025_06_15_01
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_area_aura_select_players_and_caster' WHERE `spell_id` = 53642;
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53642;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (53642, 2048);