Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Nov 6, 2023
1 parent cd806e9 commit c30f098
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ShestakUI/Libs/oUF/CombatEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local CombatLogGetCurrentEventInfo = _G.CombatLogGetCurrentEventInfo
local event_metatable = {
__call = function(funcs, ...)
for self, func in next, funcs do
if (self:IsVisible()) then
if(self:IsVisible()) then
func(self, ...)
end
end
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI/Libs/oUF/Units.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local function updateArenaPreparationElements(self, event, elementName, specID)
-- this section just replicates the color options available to the Health and Power elements
local r, g, b, color, _
-- if(element.colorPower and elementName == 'Power') then
-- FIXME: no idea if we can get power type here without the unit
-- FIXME: no idea if we can get power type here without the unit
if(element.colorClass) then
local _, _, _, _, _, class = GetSpecializationInfoByID(specID)
color = self.colors.class[class]
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI_Config/ShestakUI_Config_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 100107
## Title: ShestakUI (Classic) Config
## Notes: In-game configuration for ShestakUI
## Author: Shestak
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI_Config/ShestakUI_Config_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 30401
## Interface: 30403
## Title: ShestakUI (Classic) Config
## Notes: In-game configuration for ShestakUI
## Author: Shestak
Expand Down

0 comments on commit c30f098

Please sign in to comment.