Skip to content

Commit

Permalink
Merge pull request #251 from codegain/dreamtree
Browse files Browse the repository at this point in the history
add Emerald Dream map (10.2)
  • Loading branch information
IrcDirk committed Nov 11, 2023
2 parents 5b6a326 + 74468c9 commit d0ecf78
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Zones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ Nx.Zones = {
[2112] = L["Valdrakken"] .. "|110|120|2|14||",
[2151] = L["The Forbidden Reach"] .. "|110|120|2|14||",
[2133] = L["Zaralek Cavern"] .. "|110|120|2|14||",

[2200] = L["Emerald Dream"] .. "|110|120|2|14||",

[1409] = L["Exile's Reach"] .. "|0|0|2|0||",
}
Expand Down
2 changes: 1 addition & 1 deletion NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9224,7 +9224,7 @@ function Nx.Map:InitTables()
[11] = {895,896,942,1161,1169,1462},
[12] = {1355},
[13] = {1525,1533,1536,1543,1565,1648,1670,1671,1672,1673,1961,1701,1702,1703,1970},
[14] = {2022,2023,2024,2025,2112,2151,2133},
[14] = {2022,2023,2024,2025,2112,2151,2133,2200},
[90] = {91,92,93,112,128,169,206,275,397,417,423,519,623},
[100] = {},
}
Expand Down
Loading

0 comments on commit d0ecf78

Please sign in to comment.