aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-03-09 14:58:06 +0100
committerShauren <shauren.trinity@gmail.com>2021-08-24 13:53:06 +0200
commit9999fa5edb82b52b04d7e4735ce90a2cdc15c83b (patch)
treed4fc232fd7ca1d0786718ac8919a8ea4661e4c93
parent4db098c6658d38d6ab93faa8bcf3f528e8da5afc (diff)
DB/Conditions: Fix last conditions
(cherry picked from commit b92bd0b8e07e94ff49166dae6b74c9cd6771d28e)
-rw-r--r--sql/updates/world/master/2021_08_24_04_world_2018_03_09_01_world.sql3
1 files changed, 3 insertions, 0 deletions
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;