Skip to content

Commit 484f4d5

Browse files
committed
Midnight/Delves/Trash: Additional auto gossips
1 parent 945bb4e commit 484f4d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Midnight/Delves/Trash.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ function mod:GOSSIP_SHOW()
5252
elseif self:GetGossipID(136385) then -- Atal'Aman, start Delve (Kasha)
5353
-- 136385:|cFF0000FF(Delve)|r I'll break the hexes and set your kin free.
5454
self:SelectGossipID(136385)
55+
elseif self:GetGossipID(136317) then -- Atal'Aman, start Delve (Torundo The Grizzled)
56+
-- 136317:|cFF0000FF(Delve)|r I'll get rid of these totems!
57+
self:SelectGossipID(136317)
5558
elseif self:GetGossipID(135708) then -- Collegiate Calamity, start Delve (Bloomkeeper Thornflare)
5659
-- 135708:|cFF0000FF(Delve)|r I'll get rid of these weeds!
5760
self:SelectGossipID(135708)
@@ -76,6 +79,9 @@ function mod:GOSSIP_SHOW()
7679
elseif self:GetGossipID(137248) then -- The Gulf of Memory, start Delve (Ashayo)
7780
-- 137248:Release the moths near Lightbloom patches on the ground and they'll eat it. Seems easy enough.
7881
self:SelectGossipID(137248)
82+
elseif self:GetGossipID(137389) then -- The Gulf of Memory, start Delve (Ashayo)
83+
-- 137389:Deal with the big ones. Got it.
84+
self:SelectGossipID(137389)
7985
elseif self:GetGossipID(137619) then -- The Shadow Enclave, start Delve (Doleana Silverstalk)
8086
-- 137619:Looting and killing, understood!
8187
self:SelectGossipID(137619)

0 commit comments

Comments
 (0)