-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTrackables.lua
More file actions
112 lines (112 loc) · 3.25 KB
/
Trackables.lua
File metadata and controls
112 lines (112 loc) · 3.25 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
minimapAlert.trackables = {
[1] = {
['name'] = 'Herbalism',
['expanded'] = false,
['type'] = 'category',
['entries'] = {
[2] = {
['name'] = 'Legion',
['expanded'] = false,
['type'] = 'category',
['entries'] = {
[1] = { --Aethril
['type'] = 'object',
['itemID'] = 124101,
},
[2] = { --Dreamleaf
['type'] = 'object',
['itemID'] = 124102,
},
[3] = { --FoxFlower
['type'] = 'object',
['itemID'] = 124103,
},
[4] = { --Fjarn
['type'] = 'object',
['itemID'] = 124104,
},
[5] = { --Starlight Rose
['type'] = 'object',
['itemID'] = 124105,
},
}
},
[1] = {
['name'] = 'BfA',
['expanded'] = false,
['type'] = 'category',
['entries'] = {
[1] = { --Akunda's Bite
['type'] = 'object',
['itemID'] = 152507,
},
[2] = { --Anchor Weed
['type'] = 'object',
['itemID'] = 152510,
},
[3] = { --Riverbud
['type'] = 'object',
['itemID'] = 152505,
},
[4] = { --Sea Stalk
['type'] = 'object',
['itemID'] = 152511,
},
[5] = { --Siren's Pollen
['type'] = 'object',
['itemID'] = 152509,
},
[6] = { --Star Moss
['type'] = 'object',
['itemID'] = 152506,
},
[7] = { --Winter's Kiss
['type'] = 'object',
['itemID'] = 152508,
},
[8] = { --Zin'anthid
['type'] = 'object',
['itemID'] = 168487,
},
}
}
}
},
[2] = {
['name'] = 'Mining',
['expanded'] = false,
['type'] = 'category',
['entries'] = {
[1] = {
['name'] = 'Legion',
['expanded'] = false,
['type'] = 'category',
['entries'] = {
[1] = {
['type'] = 'object',
['itemID'] = 123919,
},
[2] = {
['type'] = 'object',
['itemID'] = 123918,
},
[3] = {
['type'] = 'object',
['itemID'] = 151564,
},
}
}
}
},
[3] = {
['name'] = 'Legion',
['expanded'] = false,
['type'] = 'category',
['entries'] = {
[1] = {
['type'] = 'object',
['itemID'] = 129039,
},
}
}
}