File Details
2.2.1
- R
- Nov 10, 2018
- 154.59 KB
- 310
- 8.0.1
- Retail
File Name
LossOfControl-2.2.1.zip
Supported Versions
- 8.0.1
Loss Of Control
2.2.1 (2018-11-10)
-
Lift some code from Blizzard to improve the event descriptions.
FrameXML/LossOfControlFrame.lua has code to override the event
description for the Cyclone PvP ability, and also indicates the
specific spell school that was locked out when a spellcast was
interrupted. Copy that bit of code into our addon to make the same
changes to the event descriptions. -
Don't track Loss Of Control events that shouldn't be displayed.
C_LossOfControl.GetEventInfo() returns a displayType that if it
has value 0 indicates the event should not be displayed to the
user. For these events, don't track them with the Loss Of Control
addon either.
This fixes issue #4 by @Anothersignup.