diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-23 04:09:12 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-23 04:09:12 +0100 |
commit | d1a992b99235c4d94c38c6dfdf2bf264ab02e3ab (patch) | |
tree | 75b03283d124edeca7e979a5510afd755e053420 | |
parent | d291519d380406f4c89b3535546a323c40fae95b (diff) |
DB/Conditions: Fix gnome mount vendors for non-gnomes
-rw-r--r-- | sql/updates/world/2014_02_23_00_world_conditions.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_23_00_world_conditions.sql b/sql/updates/world/2014_02_23_00_world_conditions.sql new file mode 100644 index 00000000000..4ea26bfcee0 --- /dev/null +++ b/sql/updates/world/2014_02_23_00_world_conditions.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `NegativeCondition`=0 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=3186 AND `ElseGroup`=1 AND `ConditionTypeOrReference`=5 AND `ConditionValue1`=54; |