From 244dca66609beaba1fbcf66fc607e53572fe8d52 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Fri, 12 Aug 2022 15:22:16 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 896ab722177004f60c1221d8e035d702477af69c --- .../q9740_fix_20220809.sql => db_world/2022_08_12_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/q9740_fix_20220809.sql => db_world/2022_08_12_00.sql} (75%) diff --git a/data/sql/updates/pending_db_world/q9740_fix_20220809.sql b/data/sql/updates/db_world/2022_08_12_00.sql similarity index 75% rename from data/sql/updates/pending_db_world/q9740_fix_20220809.sql rename to data/sql/updates/db_world/2022_08_12_00.sql index 863a5d314..ba7b36701 100644 --- a/data/sql/updates/pending_db_world/q9740_fix_20220809.sql +++ b/data/sql/updates/db_world/2022_08_12_00.sql @@ -1,2 +1,3 @@ +-- DB update 2022_08_11_00 -> 2022_08_12_00 UPDATE `conditions` SET `ConditionValue3` = 0 WHERE `SourceTypeOrReferenceId` = 22 AND `SourceGroup` = 2 AND `SourceEntry` = 182026;