Skip to content

Commit

Permalink
Merge pull request #351 from artscout/master
Browse files Browse the repository at this point in the history
Northern Stranglethorn fix
  • Loading branch information
IrcDirk authored May 1, 2024
2 parents b168894 + aed8b8f commit b3f4ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Carbonite/NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9146,7 +9146,7 @@ function Nx.Map:InitTables()
Nx.Map.MapZones = {
[0] = {12,13,1945,113,948,0,-1},
[1] = {1411,1412,1413,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1454,1456,1457,1943,1947,1950,198,199,249,327},
[2] = {1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1453,1455,1458,1941,1942,1954,1957,124,179,201,202,204,205,210,217,218,224,241,244,245},
[2] = {1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1453,1455,1458,1941,1942,1954,1957,124,179,201,202,204,205,210,217,218,241,244,245},
[3] = {1944,1946,1948,1949,1951,1952,1953,1955},
[4] = {114,115,116,117,118,119,120,121,123,125,127,170},
[5] = {174,194,207,276,407},
Expand Down
13 changes: 3 additions & 10 deletions Carbonite/NxMapData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ Map.MapWorldInfo = {
QAchievementIdA = 4902,
},
[1434] = {
Scale = 12.7625,
X = -444.1666,
Y = 2233.75,
Scale = 8.1999997558594,
X = -348.74997558594,
Y = 2203.333203125,
Overlay = "stranglethornjungle",
Name = L["Northern Stranglethorn"],
QAchievementId = 4906,
Expand Down Expand Up @@ -917,13 +917,6 @@ Map.MapWorldInfo = {
City = true,
StartZone = true,
},
[224] = {
Scale = 13.104166015625,
X = -595.41665039063,
Y = 2192.9166015625,
Overlay = "stranglethornvale",
Name = L["Stranglethorn Vale"],
},
[241] = {
Scale = 10.541666015625,
X = 487.5,
Expand Down

0 comments on commit b3f4ddc

Please sign in to comment.