Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
Added missing vanilla scales.
  • Loading branch information
Noshei committed Apr 16, 2024
1 parent b58bcd8 commit 4ca40f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,12 @@ local ItemData = {
{ id = 8171, name = "Rugged Hide", order = 11 },
{ id = -1, name = "Scales", order = 12 },
{ id = 8165, name = "Worn Dragonscale", order = 13 },
{ id = 15416, name = "Black Dragonscale", order = 14 },
{ id = 8154, name = "Scorpid Scale", order = 15 },
{ id = 15410, name = "Scale of Onyxia", order = 16 },
{ id = 15412, name = "Green Dragonscale", order = 14 },
{ id = 15416, name = "Black Dragonscale", order = 15 },
{ id = 7286, name = "Black Whelp Scale", order = 16 },
{ id = 8154, name = "Scorpid Scale", order = 17 },
{ id = 15410, name = "Scale of Onyxia", order = 18 },
{ id = 20381, name = "Dreamscale", order = 19 },
},
Meat = {
{ id = 3173, name = "Bear Meat", order = 1 },
Expand Down
4 changes: 2 additions & 2 deletions GatheringTracker.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 100205
## Interface: 100206
## Title: Gathering Tracker
## Notes: Addon for tracking gathered items, supports solo players and groups
## Author: Noshei
## Version: 2.0.4
## Version: 2.0.5
## OptionalDeps: TradeSkillMaster
## SavedVariables: GatheringTrackerDB
## AddonCompartmentFunc: GatheringTracker_OnAddonCompartmentClick
Expand Down

0 comments on commit 4ca40f5

Please sign in to comment.