-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapIDsNames.lua
More file actions
75 lines (74 loc) · 1.83 KB
/
MapIDsNames.lua
File metadata and controls
75 lines (74 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Lorehelper_MapIDsNames = {
[1443] = "Desolace",
[1447] = "Azshara",
[1451] = "Silithus",
[1455] = "Ironforge",
[1459] = "AlteracValley",
[1463] = "EasternKingdoms",
[1412] = "Mulgore",
[1416] = "AlteracMountains",
[1420] = "TirisfalGlades",
[1424] = "HillsbradFoothills",
[1428] = "BurningSteppes",
[1432] = "LochModan",
[1436] = "Westfall",
[1440] = "Ashenvale",
[1444] = "Feralas",
[1448] = "Felwood",
[1452] = "Winterspring",
[1456] = "ThunderBluff",
[1460] = "WarsongGulch",
[1464] = "Kalimdor",
[1413] = "TheBarrens",
[1417] = "ArathiHighlands",
[1421] = "SilverpineForest",
[1425] = "TheHinterlands",
[1429] = "ElwynnForest",
[1433] = "RedridgeMountains",
[1437] = "Wetlands",
[1441] = "ThousandNeedles",
[1445] = "DustwallowMarsh",
[1449] = "Un'GoroCrater",
[1453] = "StormwindCity",
[1457] = "Darnassus",
[1461] = "ArathiBasin",
[1414] = "Kalimdor",
[1418] = "Badlands",
[1422] = "WesternPlaguelands",
[1426] = "DunMorogh",
[1430] = "DeadwindPass",
[1434] = "StranglethornVale",
[1438] = "Teldrassil",
[1442] = "StonetalonMountains",
[1446] = "Tanaris",
[1450] = "Moonglade",
[1454] = "Orgrimmar",
[1458] = "Undercity",
[1411] = "Durotar",
[1415] = "EasternKingdoms",
[1419] = "BlastedLands",
[1423] = "EasternPlaguelands",
[1427] = "SearingGorge",
[1431] = "Duskwood",
[1435] = "SwampofSorrows",
[1439] = "Darkshore",
[48] = "Blackfathom Deeps",
[230] = "Blackrock Depths",
[229] = "Blackrock Spire",
[429] = "Dire Maul",
[90] = "Gnomeregan",
[349] = "Maraudon",
[389] = "Ragefire Chasm",
[129] = "Razorfen Downs",
[47] = "Razorfen Kraul",
[1004]="Scarlet Monastery",
[1007]="Scholomance",
[33] = "Shadowfang Keep",
[329] = "Stratholme",
[36] = "The Deadmines",
[34] = "The Stockade",
[109] = "The Temple of Atal'Hakkar",
[70] = "Uldaman",
[43] = "Wailing Caverns",
[209] = "Zul'Farrak"
}