Skip to content

Commit

Permalink
Fix for issue #176 and partial fix for issue #114
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Jun 6, 2024
1 parent 69a6692 commit 4419419
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SkilletNewsData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ local isCata = WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC

Skillet.NewsName = "Skillet-Classic News"
Skillet.NewsData = {
{ version = "1.92",
data = {
{ name = "Changes",
data = {
{ header = "Queue Processing", body = "Fix issue #176" },
{ header = "Combat Crafting", body = "Partial fix for issue #114" },
},
},
},
},
{ version = "1.91",
data = {
{ name = "Changes",
Expand Down

0 comments on commit 4419419

Please sign in to comment.