chore(DB): import pending files

Referenced commit(s): 5f966e8e0c
This commit is contained in:
github-actions[bot]
2024-06-17 19:38:36 +00:00
parent 5f966e8e0c
commit 90ec2d6cbe

View File

@@ -0,0 +1,4 @@
-- DB update 2024_06_16_03 -> 2024_06_17_00
--
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_hand_of_death', 'spell_finger_of_death');
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |128 WHERE `entry` IN (18104, 18095);