From 4250768a2312a124a416036b5f3e736849763dd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Mar 2026 01:43:47 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 556c01fc91d59fecf7ce44039968484555921e62 --- .../rev_1773945980134291128.sql => db_world/2026_03_21_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1773945980134291128.sql => db_world/2026_03_21_00.sql} (79%) diff --git a/data/sql/updates/pending_db_world/rev_1773945980134291128.sql b/data/sql/updates/db_world/2026_03_21_00.sql similarity index 79% rename from data/sql/updates/pending_db_world/rev_1773945980134291128.sql rename to data/sql/updates/db_world/2026_03_21_00.sql index 6de026bd8..6a24761e2 100644 --- a/data/sql/updates/pending_db_world/rev_1773945980134291128.sql +++ b/data/sql/updates/db_world/2026_03_21_00.sql @@ -1,3 +1,4 @@ +-- DB update 2026_03_20_01 -> 2026_03_21_00 -- Spirit Burn (54647) - Add 10s internal cooldown DELETE FROM `spell_proc` WHERE `SpellId` = 54647; INSERT INTO `spell_proc` (`SpellId`, `Cooldown`) VALUES (54647, 8000);