Plexus

Plexus

473k Downloads

[Bug]Auras display bug in China WLK 3.4.4

SKaelthas opened this issue ยท 2 comments

commented

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.

commented

I fixed it by myself, just change the
self:RegisterEvent("UNIT_AURA", "ScanUnitAuras")
to
self:RegisterEvent("UNIT_AURA", "UpdateUnitAuras")
in Statuses\Auras.lua

commented

It still has two bugs:
(1) Range check is abnormal on dead players. Range check in combat is disabled in this version, but I can't figure out why it not work on dead players even combat is over.
(2) Sometimes debuff icon won't disappear.