From 9999fa5edb82b52b04d7e4735ce90a2cdc15c83b Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 9 Mar 2018 14:58:06 +0100 Subject: DB/Conditions: Fix last conditions (cherry picked from commit b92bd0b8e07e94ff49166dae6b74c9cd6771d28e) --- sql/updates/world/master/2021_08_24_04_world_2018_03_09_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_08_24_04_world_2018_03_09_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_08_24_04_world_2018_03_09_01_world.sql b/sql/updates/world/master/2021_08_24_04_world_2018_03_09_01_world.sql new file mode 100644 index 00000000000..a5728690891 --- /dev/null +++ b/sql/updates/world/master/2021_08_24_04_world_2018_03_09_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `conditions` WHERE SourceEntry IN (44608) AND `SourceTypeOrReferenceId`=13; +UPDATE `conditions` SET `SourceGroup`=1 WHERE `SourceEntry` IN (44213,43986) AND `SourceTypeOrReferenceId`=13; -- cgit v1.2.3