diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-08 01:20:47 +0200 |
---|---|---|
committer | Unholychick <lucas__jensen@hotmail.com> | 2014-06-09 23:11:00 +0200 |
commit | ae1fbba3cc6d12455827dfa865a6d472324b1ae3 (patch) | |
tree | ed788d6ae2824d4ee25a8e1cea80ee055d0a9a02 | |
parent | 3be5178304226215246415bafb6547c41d193ac5 (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; |