
[Bug]Auras display bug in China WLK 3.4.4
SKaelthas opened this issue ยท 2 comments
Describe the bug
After China WLK updated to 3.4.4, it uses CTM plugin's API, causing abnormal aura display.
The aura icons and duration countdowns no longer appear on the frames. When reloading the UI while under an aura effect, the icons and countdowns become visible temporarily, but the aura icons fail to disappear when the countdown expires.
I fixed it by myself, just change the
self:RegisterEvent("UNIT_AURA", "ScanUnitAuras")
to
self:RegisterEvent("UNIT_AURA", "UpdateUnitAuras")
in Statuses\Auras.lua