Skip to content

Commit

Permalink
Modules/AlteracValley: Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 21, 2024
1 parent f44616a commit 1887be0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Modules/AlteracValley.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,12 @@ do
end
end
elseif mobId == 13577 then -- Alliance, Stormpike Ram Rider Commander
print("|cFF33FF99Capping|r: RAM RIDER, TELL THE DEVS!", self:GetGossipAvailableQuestID(7026)) -- Don't think this is needed anymore, adding a print to see, v10.0.0
geterrorhandler()("|cFF33FF99Capping|r: RAM RIDER, TELL THE DEVS! ".. tostring(self:GetGossipAvailableQuestID(7026)))
-- Only in Korrak's Revenge on retail
if GetItemCount(17643) > 0 then -- Frost Wolf Hide 17643
self:SelectGossipAvailableQuestID(7026)
end
elseif mobId == 13441 then -- Horde, Frostwolf Wolf Rider Commander
print("|cFF33FF99Capping|r: WOLF RIDER, TELL THE DEVS!", self:GetGossipAvailableQuestID(7002)) -- Don't think this is needed anymore, adding a print to see, v10.0.0
geterrorhandler()("|cFF33FF99Capping|r: WOLF RIDER, TELL THE DEVS! ".. tostring(self:GetGossipAvailableQuestID(7002)))
-- Only in Korrak's Revenge on retail
if GetItemCount(17642) > 0 then -- Alterac Ram Hide 17642
self:SelectGossipAvailableQuestID(7002) -- Ram Hide Harnesses
end
Expand Down

0 comments on commit 1887be0

Please sign in to comment.