Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ toc_to_type() {
case $toc_version in
11???) game_type="classic" ;;
20???) game_type="bcc" ;;
30???) game_type="wrath" ;;
30???|38???) game_type="wrath" ;; # 38xxx: Wrath Classic Anniversary realms
40???) game_type="cata" ;;
50???) game_type="mists" ;;
*) game_type="retail"
Expand Down
8 changes: 4 additions & 4 deletions Modules/RaidDebuffs/RaidDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ local encounterJournalList = {
-- },
-- },
}
--[==[@debug@
--@debug@
Cell_DevExpansionData = encounterJournalList
Cell_DevExpansionNames = {}
--@end-debug@]==]
--@end-debug@

-- used to GetInstanceInfo/GetRealZoneText --> instanceId
local instanceNameMapping = {
Expand Down Expand Up @@ -116,9 +116,9 @@ local function LoadList()
for tier = 1, num do
local name = EJ_GetTierInfo(tier)
encounterJournalList[name] = {}
--[==[@debug@
--@debug@
tinsert(Cell_DevExpansionNames, 1, name)
--@end-debug@]==]
--@end-debug@

if tier ~= CURRENT_SEASON_INDEX then -- don't load raid for "Current Season"
LoadInstanceList(tier, "raid", encounterJournalList[name])
Expand Down
4 changes: 2 additions & 2 deletions RaidFrames/MainFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ P.Point(loadingBar, "BOTTOMRIGHT", options, -1, 1)
-------------------------------------------------
-- MemoryUsage
-------------------------------------------------
--[==[@debug@
--@debug@
-- local memUsage = CreateFrame("Frame", nil, cellMainFrame)
-- memUsage:SetSize(10, 10)
-- memUsage:SetPoint("LEFT", raid, "RIGHT", 5, 0)
Expand All @@ -193,7 +193,7 @@ P.Point(loadingBar, "BOTTOMRIGHT", options, -1, 1)
-- self.elapsed = 0
-- end
-- end)
--@end-debug@]==]
--@end-debug@

-------------------------------------------------
-- fadeIn & fadeOut
Expand Down