aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-01 20:22:30 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-13 00:42:20 +0100
commit04675c2322474348648e9cd7670496114cd55ae6 (patch)
treeb5663188b619189f926aef9d5d03c68c7ec7d940
parent819f8b1a2dc2093bc0c6cd87369d7c64b8e81bae (diff)
DB/Conditions: allow gossip option for NPC Agnetta Tyrsdottar to show only if the quest Is That Your Goblin? is taken but not completed.
(cherry picked from commit e621d40ddcb7b8d70012ea27aa78baf81d0a7902)
-rw-r--r--sql/updates/world/master/2021_12_12_25_world_2019_07_01_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_12_25_world_2019_07_01_04_world.sql b/sql/updates/world/master/2021_12_12_25_world_2019_07_01_04_world.sql
new file mode 100644
index 00000000000..92b7b1687d3
--- /dev/null
+++ b/sql/updates/world/master/2021_12_12_25_world_2019_07_01_04_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `conditions` SET `ConditionTypeOrReference`=9, `NegativeCondition`=0 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9874;