chore(DB): import pending files

Referenced commit(s): 40c712faea
This commit is contained in:
github-actions[bot]
2026-02-28 02:53:39 +00:00
parent 40c712faea
commit 22078a9de5

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_28_00 -> 2026_02_28_01
-- Add CheckCast script for Kill Command to prevent casting without a pet
DELETE FROM `spell_script_names` WHERE `spell_id` = 34026 AND `ScriptName` = 'spell_hun_kill_command';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (34026, 'spell_hun_kill_command');