Skip to content

Commit 0324779

Browse files
committed
Minor buff/debuff fix for Classic Era
1 parent 67cf59e commit 0324779

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ConsolePort/ConsolePort.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Title: Console Port
44
## Notes: Gamepad addon suite
55
## AddonCompartmentFunc: ConsolePort
6-
## Version: 3.1.0
6+
## Version: 3.1.1
77

88
## Author: Sebastian Lindfors
99
## X-Website: https://github.com/seblindfors/ConsolePort

ConsolePort_World/Controller/Auras.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ local SetTimer, ClearTimer = CooldownFrame_Set, CooldownFrame_Clear;
1010

1111
function Aura:OnLoad()
1212
self.cooldown:SetReverse(true)
13-
self.cooldown:SetUseAuraDisplayTime(true)
1413
self.cooldown:SetRotation(math.rad(180))
14+
if self.cooldown.SetUseAuraDisplayTime then
15+
self.cooldown:SetUseAuraDisplayTime(true)
16+
end
1517
end
1618

1719
function Aura:GetFilter()

0 commit comments

Comments
 (0)