diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-08 01:20:47 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-08 01:20:47 +0200 |
| commit | 27b5e0d9ac20f7bc1a061e22ae923483bcf4f8db (patch) | |
| tree | 72d33699e018e7e020a883618d32dc7e41e31582 | |
| parent | 1d39db16b9e5250033eda16da3dabbb61d61e83a (diff) | |
DB/Conditions: Fix conditions for Xink gossip
| -rw-r--r-- | sql/updates/world/2014_06_08_00_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_08_00_world_conditions.sql b/sql/updates/world/2014_06_08_00_world_conditions.sql new file mode 100644 index 00000000000..a0a885d5def --- /dev/null +++ b/sql/updates/world/2014_06_08_00_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ConditionTypeOrReference`=2,`ConditionValue2`=1,`NegativeCondition`=1 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9422 AND `ConditionTypeOrReference`=26 AND `ConditionValue1`=36734; |
