Skip to content

Commit

Permalink
Modules/AlteracValley: More Korrak's Revenge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 13, 2022
1 parent 82e3dd3 commit 68c95e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Modules/AlteracValley.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ do
self:SelectGossipAvailableQuestID(6781)
elseif self:GetGossipAvailableQuestID(6741) then -- Horde, More Booty!
self:SelectGossipAvailableQuestID(6741)
elseif self:GetGossipAvailableQuestID(57318) then -- Horde, More Booty! [Specific to Korrak's Revenge]
self:SelectGossipAvailableQuestID(57318)
elseif self:GetGossipAvailableQuestID(57306) then -- Alliance, More Armor Scraps [Specific to Korrak's Revenge]
self:SelectGossipAvailableQuestID(57306)
end
end
elseif mobId == 13236 then -- Horde, Primalist Thurloga
Expand Down Expand Up @@ -203,7 +207,7 @@ do
local RequestBattlefieldScoreData = RequestBattlefieldScoreData
function mod:EnterZone(id)
if id == 2197 then
self:StartFlagCaptures(242, 1537) -- Korrak's Revenge (WoW 15th)
self:StartFlagCaptures(241, 1537) -- Korrak's Revenge (WoW 15th)
else
self:StartFlagCaptures(242, 91)
end
Expand Down

0 comments on commit 68c95e7

Please sign in to comment.