Skip to content

Commit

Permalink
News Update
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Oct 8, 2024
1 parent 00504ff commit c45eca7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SkilletNewsData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ local isCata = WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC

Skillet.NewsName = "Skillet-Classic News"
Skillet.NewsData = {
{ version = "2.01",
data = {
{ name = "Changes",
data = {
{ header = "Wowhead URL", body = "Add to recipe right-click menu" },
},
{ name = "Fixes",
data = {
{ header = "Options", body = "Fix Skillet:ShowOptions()" },
},
},
},
},
},
{ version = "2.00",
data = {
{ name = "Changes",
Expand Down

0 comments on commit c45eca7

Please sign in to comment.