Skip to content

Commit

Permalink
Added new shop items. Updated parser version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkal31 committed Apr 1, 2024
1 parent 5155052 commit 09bec2a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
10 changes: 10 additions & 0 deletions .contrib/Parser/DATAS/13 - In-Game Shop/InGameShop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,16 @@ root(ROOTS.InGameShop, bubbleDown({ ["u"] = BLIZZARD_BALANCE }, {
i(212179), -- Dreadlord's Shadowsbane Tunic
i(212187), -- Dreadlord's Shadowsbane Wristbands
})),
i(217029, -- Ensemble: Gladiator's Ragged Armor
bubbleDownSelf({ ["timeline"] = { "added 10.2.6.53989", "removed 10.2.6.99999" } }, {
i(217028), -- Gladiator's Ragged Belt
i(217021), -- Gladiator's Ragged Chest
i(217023), -- Gladiator's Ragged Grips
i(217024), -- Gladiator's Ragged Headband
i(217026), -- Gladiator's Ragged Leggings
i(217027), -- Gladiator's Ragged Shoulderpads
i(217022), -- Gladiator's Ragged Treads
})),
}),
-- #endif
-- #if AFTER 8.1.5.29737
Expand Down
10 changes: 0 additions & 10 deletions .contrib/Parser/DATAS/17 - NYI/Unsorted.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ root(ROOTS.Unsorted, {
i(217036), -- Gladiator's Battered Shoulderpads
i(217031), -- Gladiator's Battered Treads

------ Gladiator's Ragged ------
i(217029), -- Ensemble: Gladiator's Ragged Armor
i(217028), -- Gladiator's Ragged Belt
i(217021), -- Gladiator's Ragged Chest
i(217023), -- Gladiator's Ragged Grips
i(217024), -- Gladiator's Ragged Headband
i(217026), -- Gladiator's Ragged Leggings
i(217027), -- Gladiator's Ragged Shoulderpads
i(217022), -- Gladiator's Ragged Treads

------ Single Pieces ------
i(213635), -- Checkered Pennant
i(213396), -- Classic Midnight Tabard
Expand Down
2 changes: 1 addition & 1 deletion .contrib/Parser/parser.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
10,
2,
6,
53840
53989
],
"TrackUseCounts": [
"questID"
Expand Down
Loading

0 comments on commit 09bec2a

Please sign in to comment.