From e6ba4084440e362991ef516373df3c5453fa7dda Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Mon, 2 Jan 2023 17:37:25 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): f057ef6bbaa46bccb85e2b40e3c6ee70b07b8fe6 --- .../update-crypt-guard.sql => db_world/2023_01_02_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/update-crypt-guard.sql => db_world/2023_01_02_00.sql} (80%) diff --git a/data/sql/updates/pending_db_world/update-crypt-guard.sql b/data/sql/updates/db_world/2023_01_02_00.sql similarity index 80% rename from data/sql/updates/pending_db_world/update-crypt-guard.sql rename to data/sql/updates/db_world/2023_01_02_00.sql index 6804de484..7c591bdf7 100644 --- a/data/sql/updates/pending_db_world/update-crypt-guard.sql +++ b/data/sql/updates/db_world/2023_01_02_00.sql @@ -1,3 +1,4 @@ +-- DB update 2023_01_01_07 -> 2023_01_02_00 -- UPDATE `smart_scripts` SET `target_type`=2, `comment`='Crypt Guard - In Combat - CastVictim Acid Spit' WHERE `entryorguid`=16573 AND `source_type`=0 AND `id` IN (1,2) AND `link`=0;