From 2d09787d454e60d59c34b178ee2caeff93b54ad1 Mon Sep 17 00:00:00 2001 From: sogladev Date: Sat, 25 Apr 2026 02:11:33 +0200 Subject: [PATCH] =?UTF-8?q?fixup!=20fix(DB/Cooldown):=20Remove=20CD=20over?= =?UTF-8?q?ride=20Salvaged=20Demolisher's=20Hur=E2=80=A6=20(#25580)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/db_world/2026_04_25_00.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/updates/db_world/2026_04_25_00.sql b/data/sql/updates/db_world/2026_04_25_00.sql index 338c64d2e..2a06f464d 100644 --- a/data/sql/updates/db_world/2026_04_25_00.sql +++ b/data/sql/updates/db_world/2026_04_25_00.sql @@ -1,3 +1,3 @@ -- DB update 2026_04_24_02 -> 2026_04_25_00 -- -DELETE `spell_cooldown_overrides` WHERE `Id`=62306; +DELETE FROM `spell_cooldown_overrides` WHERE `Id`=62306;