diff options
author | Rushor <PBienati@web.de> | 2016-02-06 22:47:21 +0100 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2016-02-06 22:47:21 +0100 |
commit | ab31b83a25e216b922bee575d7848028e704b726 (patch) | |
tree | 8170d61816fedf292828a5fc02e66bad7f6e26c7 | |
parent | 96cb26de285ad301a31254afb5de0aab7cb0f30a (diff) |
DB/Conditions: Meridith the Mermaiden
* Gossip text conditions are inverted, showing the completion gossip without her quest done
* by @ariel-
* thanks @ariel- for report
* closes #16460
-rw-r--r-- | sql/updates/world/2016_02_06_12_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_12_world.sql b/sql/updates/world/2016_02_06_12_world.sql new file mode 100644 index 00000000000..df550156bc1 --- /dev/null +++ b/sql/updates/world/2016_02_06_12_world.sql @@ -0,0 +1,4 @@ +-- +-- DB/Conditions: Meridith the Mermaiden +UPDATE `conditions` SET `NegativeCondition`=0 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=6658 AND `SourceEntry`=7916; +UPDATE `conditions` SET `NegativeCondition`=1 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=6658 AND `SourceEntry`=7917; |