From 22078a9de59b1757a0452046a3a87bd1c7fb1203 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 02:53:39 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 40c712faeaa32daa2c602e1b6694befb53e6be6c --- .../rev_1772229530522788254.sql => db_world/2026_02_28_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1772229530522788254.sql => db_world/2026_02_28_01.sql} (86%) diff --git a/data/sql/updates/pending_db_world/rev_1772229530522788254.sql b/data/sql/updates/db_world/2026_02_28_01.sql similarity index 86% rename from data/sql/updates/pending_db_world/rev_1772229530522788254.sql rename to data/sql/updates/db_world/2026_02_28_01.sql index 8f86ea35d..17a739b67 100644 --- a/data/sql/updates/pending_db_world/rev_1772229530522788254.sql +++ b/data/sql/updates/db_world/2026_02_28_01.sql @@ -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');