Skip to content

Commit

Permalink
Modules/AlteracValley: Add another ID
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 18, 2024
1 parent 0c48a25 commit 9bfd28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/AlteracValley_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ do
self:SelectGossipID(97833) -- Upgrade to seasoned units!
elseif self:GetGossipID(90270) then -- Alliance (WotLK classic)
self:SelectGossipID(90270) -- Upgrade to seasoned units!
elseif self:GetGossipID(97512) then -- Horde (classic era)
self:SelectGossipID(97512) -- Upgrade to seasoned units!
else
local gossipOptions = GetGossipOptions()
if gossipOptions[1] then
Expand Down
2 changes: 2 additions & 0 deletions Modules/AlteracValley_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ do
self:SelectGossipID(97833) -- Upgrade to seasoned units!
elseif self:GetGossipID(90270) then -- Alliance (WotLK classic)
self:SelectGossipID(90270) -- Upgrade to seasoned units!
elseif self:GetGossipID(97512) then -- Horde (classic era)
self:SelectGossipID(97512) -- Upgrade to seasoned units!
else
local gossipOptions = GetGossipOptions()
if gossipOptions[1] then
Expand Down

0 comments on commit 9bfd28d

Please sign in to comment.