Skip to content

Commit

Permalink
Modules/AlteracValley: Add more IDs, closes #147
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 9, 2024
1 parent 6d8cc18 commit 0c48a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modules/AlteracValley_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ do
[35741] = true, -- horde
[97507] = true, -- horde (classic era)
[97508] = true, -- horde (classic era)
[97509] = true, -- horde (classic era)
}
function mod:GOSSIP_SHOW()
if not cap.db.profile.autoTurnIn then return end
Expand Down
1 change: 1 addition & 0 deletions Modules/AlteracValley_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ do
[35741] = true, -- horde
[97507] = true, -- horde (classic era)
[97508] = true, -- horde (classic era)
[97509] = true, -- horde (classic era)
}
function mod:GOSSIP_SHOW()
if not cap.db.profile.autoTurnIn then return end
Expand Down

0 comments on commit 0c48a25

Please sign in to comment.