diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2017-05-28 19:18:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-28 19:18:41 +0100 |
| commit | 607686a91267587a05ab6fadc0fce7bc4c93a27b (patch) | |
| tree | 3b30ee84f7da911afad5c18d759c0c5185680134 | |
| parent | c37eee532ed8c1b477f66e22827b606d0488d2f8 (diff) | |
DB/Conditions: Charles Worth
Correct conditions for gossip
closes #19516
| -rw-r--r-- | sql/updates/world/3.3.5/2017_05_28_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_28_03_world.sql b/sql/updates/world/3.3.5/2017_05_28_03_world.sql new file mode 100644 index 00000000000..a9ffb21052a --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_28_03_world.sql @@ -0,0 +1,2 @@ +UPDATE `conditions` SET `SourceEntry`=3 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=10118 AND `SourceEntry`=5 AND `ConditionTypeOrReference`=17 and `ConditionValue1`=1288; +UPDATE `conditions` SET `SourceEntry`=5 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=10118 AND `SourceEntry`=3 AND `ConditionTypeOrReference`=17 and `ConditionValue1` IN(1360,41); |
