From e2326d2a479680441d8d25b61d304608dd8b46ec Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Fri, 19 Aug 2022 14:31:22 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): ecdaf523ad1a46c6caf69f087c82b80ebef66f41 --- .../shackleconditions.sql => db_world/2022_08_19_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/shackleconditions.sql => db_world/2022_08_19_00.sql} (97%) diff --git a/data/sql/updates/pending_db_world/shackleconditions.sql b/data/sql/updates/db_world/2022_08_19_00.sql similarity index 97% rename from data/sql/updates/pending_db_world/shackleconditions.sql rename to data/sql/updates/db_world/2022_08_19_00.sql index 816829ea2..7dc357216 100644 --- a/data/sql/updates/pending_db_world/shackleconditions.sql +++ b/data/sql/updates/db_world/2022_08_19_00.sql @@ -1,3 +1,4 @@ +-- DB update 2022_08_16_00 -> 2022_08_19_00 DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 1) AND (`SourceGroup` IN (11448, 11450, 11444, 14321, 14326, 14323, 11441, 14351, 11445, 14325)) AND (`SourceEntry` = 18250) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 2) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 18250) AND (`ConditionValue2` = 1) AND (`ConditionValue3` = 0); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (1, 14325, 18250, 0, 0, 2, 0, 18250, 1, 0, 1, 0, 0, '', "Gordok key drop requires not having Gordok Key"),