-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathItems.lua
69 lines (69 loc) · 2.32 KB
/
Items.lua
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
local Private = select(2, ...)
Private.Items = {
[INVTYPE_CLOAK] = {
63206, -- Wrap of Unity (Alliance)
63207, -- Wrap of Unity (Horde)
63352, -- Shroud of Cooperation (Alliance)
63353, -- Shroud of Cooperation (Horde)
65274, -- Cloak of Coordination (Horde)
65360, -- Cloak of Coordination (Alliance)
},
[INVTYPE_TRINKET] = {
17690, -- Frostwolf Insignia Rank 1
17691, -- Stormpike Insignia Rank 1
17900, -- Stormpike Insignia Rank 2
17901, -- Stormpike Insignia Rank 3
17902, -- Stormpike Insignia Rank 4
17903, -- Stormpike Insignia Rank 5
17904, -- Stormpike Insignia Rank 6
17905, -- Frostwolf Insignia Rank 2
17906, -- Frostwolf Insignia Rank 3
17907, -- Frostwolf Insignia Rank 4
17908, -- Frostwolf Insignia Rank 5
17909, -- Frostwolf Insignia Rank 6
103678, -- Time-Lost Artifact
},
[INVTYPE_FINGER] = {
40585, -- Signet of the Kirin Tor
40586, -- Band of the Kirin Tor
44934, -- Loop of the Kirin Tor
44935, -- Ring of the Kirin Tor
45688, -- Inscribed Band of the Kirin Tor
45689, -- Inscribed Loop of the Kirin Tor
45690, -- Inscribed Ring of the Kirin Tor
45691, -- Inscribed Signet of the Kirin Tor
48954, -- Etched Band of the Kirin Tor
48955, -- Etched Loop of the Kirin Tor
48956, -- Etched Ring of the Kirin Tor
48957, -- Etched Signet of the Kirin Tor
51557, -- Runed Signet of the Kirin Tor
51558, -- Runed Loop of the Kirin Tor
51559, -- Runed Ring of the Kirin Tor
51560, -- Runed Band of the Kirin Tor
95050, -- Brassiest Knuckle (Horde)
95051, -- Brassiest Knuckle (Alliance)
118907, -- Pit Fighter's Punching Ring (Alliance)
118908, -- Pit Fighter's Punching Ring (Horde)
142469, -- Violet Seal of the Grand Magus
144391, -- Pugilist's Powerful Punching Ring (Alliance)
144392, -- Pugilist's Powerful Punching Ring (Horde)
166559, -- Commander's Signet of Battle
166560, -- Captain's Signet of Command
139599, -- Empowered Ring of the Kirin Tor
193000, -- Ring-Bound Hourglass
},
[INVTYPE_FEET] = {
28585, -- Ruby Slippers
50287, -- Boots of the Bay
142298, -- Astonishingly Scarlet Slippers
},
[INVTYPE_NECK] = {
32757, -- Blessed Medallion of Karabor
189827, -- Cartel Xy's Proof of Initiation
},
[INVTYPE_TABARD] = {
46874, -- Argent Crusader's Tabard
63378, -- Hellscream's Reach Tabard
63379, -- Baradin's Wardens Tabard
}
}