Skip to content

Commit

Permalink
Merge pull request #50 from TylerPentecost/use-multiple-toc-files
Browse files Browse the repository at this point in the history
Moved to use multiple TOC files
  • Loading branch information
TylerPentecost authored Nov 6, 2023
2 parents 125dcd7 + 6d04fde commit b1c031f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
16 changes: 4 additions & 12 deletions RollTrackerClassicZ.toc
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
## Interface: 30403
## Title: RollTracker Classic Z
## Notes: Keeps tracks of /rolls, loot and more
## Version: 1.2.2
## Author: GPI / Erytheia-Razorfen / Zolerii / Roadblock
## DefaultState: enabled
## SavedVariables: RollTrackerClassicZDB,RollTrackerClassicZLoot
## Interface: 00000
## Title: RollTracker Classic Z (Unsupported)
## Notes: RollTracker Classic Z does not support this game version.

embeds.xml

Localization.lua
RollTrackerClassic.lua
RollTrackerClassic.xml
UnsupportedGameVersion.lua
13 changes: 13 additions & 0 deletions RollTrackerClassicZ_Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Interface: 30403
## Title: RollTracker Classic Z
## Notes: Keeps tracks of /rolls, loot and more
## Version: 1.2.3-alpha-1
## Author: GPI / Erytheia-Razorfen / Zolerii / Roadblock
## DefaultState: enabled
## SavedVariables: RollTrackerClassicZDB,RollTrackerClassicZLoot

embeds.xml

Localization.lua
RollTrackerClassic.lua
RollTrackerClassic.xml
8 changes: 8 additions & 0 deletions UnsupportedGameVersion.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
StaticPopupDialogs["RTCZ_VERSION_ERROR"] = {
text = "Unsupported game version for" .. "\n" .. "RolltrackerClassicZ",
button2 = "OK",
hasEditBox = false,
whileDead = true
}

StaticPopup_Show("RTCZ_VERSION_ERROR")

0 comments on commit b1c031f

Please sign in to comment.