Skip to content

Commit

Permalink
Fix Silver Rod in SkillLevelData.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Jul 22, 2021
1 parent a2ad8ea commit ef2f544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkillLevelData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local skillColors = {
function Skillet:InitializeSkillLevels()
self.db.global.SkillLevels = {
[0] = "orange/yellow/green/gray",
[7818] = "100/105/107/110",
[6338] = "100/105/107/110",
}
end

Expand Down

0 comments on commit ef2f544

Please sign in to comment.