Skip to content

Commit

Permalink
Add Cataclysm support, update interface version to 40400. Remove TBC …
Browse files Browse the repository at this point in the history
…and Wrath files.
  • Loading branch information
Wutname1 committed May 1, 2024
1 parent ef98a73 commit 3e7b9c8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 91 deletions.
1 change: 1 addition & 0 deletions Core/Framework.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SUI.IsRetail = (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) ---@type boolean
SUI.IsClassic = (WOW_PROJECT_ID == WOW_PROJECT_CLASSIC) ---@type boolean
SUI.IsTBC = (WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC) ---@type boolean
SUI.IsWrath = (WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC) ---@type boolean
SUI.IsCata = (WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC) ---@type boolean
SUI.GitHash = '@project-abbreviated-hash@' -- The ZIP packager will replace this with the Git hash.
local wowVersion = 'Retail'
if SUI.IsClassic then wowVersion = 'Classic' end
Expand Down
2 changes: 1 addition & 1 deletion SpartanUI.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 30402
## Interface: 40400
## Title: Spartan|cffe21f1fUI
## Notes: User Interface combining elegant artwork with well designed features.
## Version: @project-version@
Expand Down
45 changes: 0 additions & 45 deletions SpartanUI_TBC.toc

This file was deleted.

45 changes: 0 additions & 45 deletions SpartanUI_Wrath.toc

This file was deleted.

0 comments on commit 3e7b9c8

Please sign in to comment.