Skip to content

Commit 863db69

Browse files
committed
Fix mail/leather satchel mix-up
1 parent 6d5685a commit 863db69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AtlasLootClassic/Data/Token.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,10 +1361,10 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
13611361
[70735] = {"i70735suf-133","i70735suf-135","i70735suf-136","i70735suf-137",type=2}, -- Flickering Wristbands N
13621362
-- Elemental Rune Twilight
13631363
[239111] = {"i71421suf-260","i71421suf-261","i71421suf-262","i71421suf-263","i71421suf-264","i71421suf-271",type=2}, -- Satchel of the Flickering Cowl
1364-
[239112] = {"i71450suf-284","i71450suf-285","i71450suf-286","i71450suf-287",type=2}, -- Satchel of the Flickering Shoulders
1364+
[239112] = {"i71403suf-292","i71403suf-293","i71403suf-294","i71403suf-295",type=2}, -- Satchel of the Flickering Shoulders
13651365
[239113] = {"i71428suf-133","i71428suf-135","i71428suf-136","i71428suf-137",type=2}, -- Satchel of the Flickering Wristbands
13661366
[239114] = {"i71458suf-275","i71458suf-276","i71458suf-277",type=2}, -- Satchel of the Flickering Handguards
1367-
--[??] = {"i71450suf-284","i71450suf-285","i71450suf-286","i71450suf-287",type=2}, -- Satchel of the Flickering Shoulderpads
1367+
[239220] = {"i71450suf-284","i71450suf-285","i71450suf-286","i71450suf-287",type=2}, -- Satchel of the Flickering Shoulderpads
13681368
["Tier13ElementalRuneTokens"] = {
13691369
78869, 78870, 78868, 0,
13701370
78875, 78876, 78874, 0,

AtlasLootClassic_Collections/data-cata.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ data["ObsidianFragments"] = {
627627
{ 10, 78384 }, -- Mycosynth Wristguards
628628
{ 12, 78467 }, -- Molten Blood Footpads
629629
{ 16, 239113 }, -- Satchel of the Flickering Wristbands
630+
{ 17, 239220 }, -- Satchel of the Flickering Shoulderpads
630631
}
631632
},
632633
{

0 commit comments

Comments
 (0)