Skip to content

Commit

Permalink
Merge pull request #374 from artscout/master
Browse files Browse the repository at this point in the history
Fixed zone order for hotspots init
  • Loading branch information
IrcDirk authored Jul 18, 2024
2 parents fa26f66 + 344d4ed commit 194d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carbonite/NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9154,7 +9154,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,203,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,203,210,217,218,224,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

0 comments on commit 194d989

Please sign in to comment.