Skip to content

Commit

Permalink
Update WoWPro_ZoneData.lua
Browse files Browse the repository at this point in the history
- Tol Barad added to ZoneData
-> I don't know what this means:
-- Collided {[2340]=true,[244]=true,count=2}
  • Loading branch information
Hendo72 committed Apr 23, 2024
1 parent e20c7f6 commit a5b8694
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WoWPro/WoWPro_ZoneData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ DefineZone4(0240, "Dire Maul!Dungeon240", UIMapType.Dungeon, 1444, nil)
DefineZone4(0241, "Twilight Highlands", UIMapType.Zone, 1415, nil, 0206, 0293, 0294, 0295, 0296)
DefineZone4(0242, "Blackrock Depths!Dungeon242", UIMapType.Dungeon, 1427, nil)
DefineZone4(0243, "Blackrock Depths!Dungeon243", UIMapType.Dungeon, 1427, nil)
DefineZone4(0244, "Tol Barad", UIMapType.Zone, 1415, nil, 0282)
DefineZone4(0244, "Tol Barad", UIMapType.Zone, 1415, nil, 0282) -- Collided {[2340]=true,[244]=true,count=2}
DefineZone4(0245, "Tol Barad Peninsula", UIMapType.Zone, 1415, nil)
DefineZone4(0246, "The Shattered Halls!Dungeon", UIMapType.Dungeon, 1944, nil)
DefineZone4(0247, "Ruins of Ahn'Qiraj!Instance", UIMapType.Orphan, 1451, nil)
Expand Down Expand Up @@ -720,7 +720,7 @@ DefineZone4(1411, "Durotar", UIMapType.Zone, 1414, nil)
DefineZone4(1412, "Mulgore", UIMapType.Zone, 1414, nil)
DefineZone4(1413, "The Barrens", UIMapType.Zone, 1414, nil, 0279, 0301)
DefineZone4(1414, "Kalimdor", UIMapType.Continent, 0947, nil, 0198, 0199, 0249, 0327, 1411, 1412, 1413, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1454, 1456, 1457, 1943, 1947, 1950)
DefineZone4(1415, "Eastern Kingdoms", UIMapType.Continent, 0947, nil, 0179, 0203, 0217, 0224, 0241, 0244, 0245, 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) -- Collided "count"
DefineZone4(1415, "Eastern Kingdoms", UIMapType.Continent, 0947, nil, 0179, 0203, 0217, 0224, 0241, 0244, 0245, 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, 2340) -- Collided "count"
DefineZone4(1417, "Arathi Highlands", UIMapType.Zone, 1415, nil)
DefineZone4(1418, "Badlands", UIMapType.Zone, 1415, nil, 0230, 0231)
DefineZone4(1419, "Blasted Lands", UIMapType.Zone, 1415, nil)
Expand Down Expand Up @@ -788,6 +788,7 @@ DefineZone4(1955, "Shattrath City", UIMapType.Zone, 1945, nil)
DefineZone4(1956, "Eye of the Storm", UIMapType.Zone, 1953, nil)
DefineZone4(1957, "Isle of Quel'Danas", UIMapType.Zone, 1415, nil, 0335, 0348, 0349)
DefineZone4(2104, "Wintergrasp!Azeroth", UIMapType.Zone, 0947, nil)
DefineZone4(2340, "Tol Barad", UIMapType.Zone, 1415, nil) -- Collided {[2340]=true,[244]=true,count=2}

DefineZone9(0001, "Durotar", UIMapType.Zone, 0012, nil, 0002, 0003, 0004, 0005, 0006, 0461, 0463, 0464)
DefineZone9(0002, "Burning Blade Coven", UIMapType.Micro, 0001, nil)
Expand Down

0 comments on commit a5b8694

Please sign in to comment.