diff options
author | Killyana <morphone1@gmail.com> | 2018-03-09 14:58:06 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-03-09 14:58:06 +0100 |
commit | b92bd0b8e07e94ff49166dae6b74c9cd6771d28e (patch) | |
tree | b3ed457f3ac33dd0b5038c546f99451d6bc077a4 | |
parent | 2f04591dae5aad85ca1074bc3a7d88baa20f7c7c (diff) |
DB/Conditions: Fix last conditions
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_09_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_09_01_world.sql b/sql/updates/world/3.3.5/2018_03_09_01_world.sql new file mode 100644 index 00000000000..a5728690891 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |