Skip to content

Commit

Permalink
Delves/Trash/Fungarian: Additional gossip ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Aug 19, 2024
1 parent 25e83dd commit 0ce4cc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Delves/Trash/Fungarian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mod:RegisterEnableMob(
210677, -- Stoneguard Benston (Fungal Folly gossip NPC)
220293, -- Aliya Hillhelm (Mycomancer Cavern gossip NPC)
219779, -- Alekk (Mycomancer Cavern gossip NPC)
220354, -- Chief Dinaire (Mycomancer Cavern gossip NPC)
213434, -- Sporbit
225708, -- Sporbit (Bogpiper summon)
207456, -- Fungal Speartender
Expand Down Expand Up @@ -125,6 +126,12 @@ function mod:GOSSIP_SHOW()
elseif self:GetGossipID(121564) then -- Mycomancer Cavern, continue Delve (Alekk)
-- 121564:|cFF0000FF(Delve)|r Goodbye, elekk ten. I'll always remember this.
self:SelectGossipID(121564)
elseif self:GetGossipID(121539) then -- Mycomancer Cavern, start Delve (Chief Dinaire)
-- 121539:|cFF0000FF(Delve)|r I love scavenger hunts AND treasure. I'm in!
self:SelectGossipID(121539)
elseif self:GetGossipID(121541) then -- Mycomancer Cavern, continue Delve (Chief Dinaire)
-- 121541:|cFF0000FF(Delve)|r Go get the treasure while I handle whatever is about to attack us.
self:SelectGossipID(121541)
end
end
end
Expand Down

0 comments on commit 0ce4cc0

Please sign in to comment.