Skip to content

Commit

Permalink
Update News
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed May 1, 2024
1 parent 18976f7 commit 808890c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion SkilletNewsData.lua
Original file line number Diff line number Diff line change
@@ -26,11 +26,20 @@ local isCata = WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC

Skillet.NewsName = "Skillet-Classic News"
Skillet.NewsData = {
{ version = "1.85",
data = {
{ name = "Changes",
data = {
{ header = "TOC", body = "Update News" },
},
},
},
},
{ version = "1.84",
data = {
{ name = "Changes",
data = {
{ header = "TOC", body = "Update TOC " },
{ header = "TOC", body = "Update TOC" },
},
},
},

0 comments on commit 808890c

Please sign in to comment.