Skip to content

Commit

Permalink
Add Dalaran and Shattrath City to the list of Capitals for "ShowInCap…
Browse files Browse the repository at this point in the history
…itals"-setting

- Thanks to b-morgan for testing these!
- This hopefully closes GH issue #13
  • Loading branch information
ahakola committed Nov 5, 2024
1 parent ea47220 commit 49eea1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DMFQuest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@
[isRetail and 85 or 1454] = true, -- Orgrimmar
[isRetail and 88 or 1456] = true, -- Thunder Bluff
[isRetail and 90 or 1458] = true, -- Undercity
[isRetail and 110 or 1954] = true -- Silvermoon City (BC)
[isRetail and 110 or 1954] = true, -- Silvermoon City (BC)
-- Neutral (thanks to b-morgan for testing these!)
[isRetail and 111 or 1955] = true, -- Shattrath City (BC)
[125] = true -- Dalaran (WotLK)
[126] = true -- Dalaran (The Underbelly) (WotLK)
}
local subZoneAreaIDs = { -- uiMapIDs and their matching subZone areaIDs
--[[
Expand Down

0 comments on commit 49eea1d

Please sign in to comment.