Skip to content

Commit

Permalink
Updating zones level ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Oct 26, 2022
1 parent 467dd8f commit 0870040
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Carbonite/Data/Zones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,43 @@ Nx.BuggedAreas = {
-- 4 Unknown
Nx.Zones = {
[0] = L["Unknown Zone"] .. "|0|0|4|0||",
[1411] = L["Durotar"] .. "|1|10|1|1||",
[1412] = L["Mulgore"] .. "|1|10|1|1||",
[1413] = L["The Barrens"] .. "|20|60|1|1||",
[1411] = L["Durotar"] .. "|1|12|1|1||",
[1412] = L["Mulgore"] .. "|1|12|1|1||",
[1413] = L["The Barrens"] .. "|10|25|1|1||",
[12] = L["Kalimdor"] .. "|1|60|2|1||",
[13] = L["Eastern Kingdoms"] .. "|1|60|2|2||",
[1416] = L["Alterac Mountains"] .. "|30|40|2|2||",
[1417] = L["Arathi Highlands"] .. "|30|40|2|2||",
[1418] = L["Badlands"] .. "|35|45|2|2||",
[1419] = L["Blasted Lands"] .. "|45|55|2|2||",
[1420] = L["Tirisfal Glades"] .. "|1|10|1|2||",
[1419] = L["Blasted Lands"] .. "|47|55|2|2||",
[1420] = L["Tirisfal Glades"] .. "|1|12|1|2||",
[1421] = L["Silverpine Forest"] .. "|10|20|1|2||",
[1422] = L["Western Plaguelands"] .. "|51|58|2|2||",
[1423] = L["Eastern Plaguelands"] .. "|53|60|2|2||",
[1422] = L["Western Plaguelands"] .. "|50|60|2|2||",
[1423] = L["Eastern Plaguelands"] .. "|55|60|2|2||",
[1424] = L["Hillsbrad Foothills"] .. "|20|30|2|2||",
[1425] = L["The Hinterlands"] .. "|40|50|2|2||",
[1426] = L["Dun Morogh"] .. "|1|10|0|2||",
[1426] = L["Dun Morogh"] .. "|1|12|0|2||",
[1427] = L["Searing Gorge"] .. "|43|50|2|2||",
[1428] = L["Burning Steppes"] .. "|50|58|2|2||",
[1429] = L["Elwynn Forest"] .. "|1|10|0|2||",
[1428] = L["Burning Steppes"] .. "|50|60|2|2||",
[1429] = L["Elwynn Forest"] .. "|1|12|0|2||",
[1430] = L["Deadwind Pass"] .. "|55|60|2|2||",
[1431] = L["Duskwood"] .. "|18|30|2|2||",
[1431] = L["Duskwood"] .. "|20|30|2|2||",
[1432] = L["Loch Modan"] .. "|10|20|0|2||",
[1433] = L["Redridge Mountains"] .. "|15|25|2|2||",
[1434] = L["Stranglethorn Vale"] .. "|30|45|2|2||",
[1435] = L["Swamp of Sorrows"] .. "|35|45|2|2||",
[1436] = L["Westfall"] .. "|10|20|0|2||",
[1437] = L["Wetlands"] .. "|20|30|2|2||",
[1438] = L["Teldrassil"] .. "|1|10|0|1||",
[1438] = L["Teldrassil"] .. "|1|12|0|1||",
[1439] = L["Darkshore"] .. "|10|20|0|1||",
[1440] = L["Ashenvale"] .. "|18|30|2|1||",
[1440] = L["Ashenvale"] .. "|15|30|2|1||",
[1441] = L["Thousand Needles"] .. "|25|35|2|1||",
[1442] = L["Stonetalon Mountains"] .. "|15|27|2|1||",
[1443] = L["Desolace"] .. "|30|40|2|1||",
[1444] = L["Feralas"] .. "|40|50|2|1||",
[1445] = L["Dustwallow Marsh"] .. "|35|45|2|1||",
[1446] = L["Tanaris"] .. "|40|50|2|1||",
[1447] = L["Azshara"] .. "|45|55|1|1||",
[1447] = L["Azshara"] .. "|48|55|1|1||",
[1448] = L["Felwood"] .. "|48|55|2|1||",
[1449] = L["Un'Goro Crater"] .. "|48|55|2|1||",
[1450] = L["Moonglade"] .. "|0|0|2|1||",
Expand All @@ -84,9 +84,9 @@ Nx.Zones = {
[1461] = L["Arathi Basin"] .. "|0|0|3|4||",

[1945] = L["Outland"] .. "|0|0|2|3||",
[1941] = L["Eversong Woods"] .. "|1|20|1|2||",
[1941] = L["Eversong Woods"] .. "|1|10|1|2||",
[1942] = L["Ghostlands"] .. "|10|20|1|2||",
[1943] = L["Azuremyst Isle"] .. "|1|20|0|1||",
[1943] = L["Azuremyst Isle"] .. "|1|10|0|1||",
[1944] = L["Hellfire Peninsula"] .. "|58|63|2|3||",
[1946] = L["Zangarmarsh"] .. "|60|64|2|3||",
[1947] = L["The Exodar"] .. "|0|0|0|1||",
Expand Down

0 comments on commit 0870040

Please sign in to comment.