-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from TylerPentecost/use-multiple-toc-files
Moved to use multiple TOC files
- Loading branch information
Showing
3 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |