Skip to content

Commit

Permalink
Update .toc
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Oct 22, 2024
1 parent db2841b commit b03677d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Skillet.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110002
## Interface: 110005
## Title: Skillet |cff7fff7f -Ace3-|r
## IconTexture: Interface\AddOns\Skillet\Icons\Skillet.tga
## Notes: A replacement tradeskill window
Expand Down
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 News"
Skillet.NewsData = {
{ version = "5.35",
data = {
{ name = "Changes",
data = {
{ header = "TOC", body = "Update TOC to 110005" },
},
},
{ name = "Fixes",
data = {
{ header = "Queuing", body = "Add more error checks" },
},
},
},
},
{ version = "5.34",
data = {
{ name = "Changes",
Expand Down

0 comments on commit b03677d

Please sign in to comment.