Skip to content

Commit

Permalink
Update Skill Level data
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Feb 22, 2024
1 parent 574eb67 commit 030f170
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Skillet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ function Skillet:FlushRecipeData()
Skillet.db.global.recipeDB = {}
Skillet.db.global.itemRecipeUsedIn = {}
Skillet.db.global.itemRecipeSource = {}
Skillet.db.global.SkillLevels = nil
Skillet.db.realm.skillDB = {}
Skillet.db.realm.subClass = {}
Skillet.db.realm.invSlot = {}
Expand Down
9 changes: 9 additions & 0 deletions SkilletNewsData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ local isWrath = WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC

Skillet.NewsName = "Skillet-Classic News"
Skillet.NewsData = {
{ version = "1.83",
data = {
{ name = "Changes",
data = {
{ header = "Skill Levels", body = "Update for WotLK recipes" },
},
},
},
},
{ version = "1.82",
data = {
{ name = "Changes",
Expand Down

0 comments on commit 030f170

Please sign in to comment.