From aea64597d9f602bfc834c26de8dc8636f5fc55c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Nov 2024 19:12:10 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 7eb1b64a6f7c03d46df9c8302cf63c06cc3bebf5 --- .../rev_1730483264891546354.sql => db_world/2024_11_01_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1730483264891546354.sql => db_world/2024_11_01_01.sql} (93%) diff --git a/data/sql/updates/pending_db_world/rev_1730483264891546354.sql b/data/sql/updates/db_world/2024_11_01_01.sql similarity index 93% rename from data/sql/updates/pending_db_world/rev_1730483264891546354.sql rename to data/sql/updates/db_world/2024_11_01_01.sql index 25716f7bd..d748c54da 100644 --- a/data/sql/updates/pending_db_world/rev_1730483264891546354.sql +++ b/data/sql/updates/db_world/2024_11_01_01.sql @@ -1,3 +1,4 @@ +-- DB update 2024_11_01_00 -> 2024_11_01_01 -- UPDATE `spell_script_names` SET `ScriptName`='spell_voa_overcharge_aura' WHERE `spell_id`=64217 AND `ScriptName`='spell_voa_overcharge'; UPDATE `spell_script_names` SET `ScriptName`='spell_koralon_meteor_fists_aura' WHERE `spell_id` IN (66725,68161) AND `ScriptName`='spell_koralon_meteor_fists';