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 Sep 3, 2023
1 parent d4bb8b8 commit 3d4e733
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 @@ -16,6 +16,7 @@ do
[35740] = true, -- horde
[35741] = true, -- horde
[97507] = true, -- horde (classic era)
[97508] = 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 @@ -16,6 +16,7 @@ do
[35740] = true, -- horde
[35741] = true, -- horde
[97507] = true, -- horde (classic era)
[97508] = true, -- horde (classic era)
}
function mod:GOSSIP_SHOW()
if not cap.db.profile.autoTurnIn then return end
Expand Down

0 comments on commit 3d4e733

Please sign in to comment.