-
-
Notifications
You must be signed in to change notification settings - Fork 318
Deprecated CLEU
This warning message is shown when an Aura includes a Custom Trigger with event COMBAT_LOG_EVENT_UNFILTERED
or CLEU
without any "filters".
This event has the potential to be very spammy and can contribute to noticeable loss of FPS.
We introduced a way to filter this event by "subEvent" in 2021. In a future release we will disable Custom Triggers using this event without any filter.
This means your Auras with this warning are still working right now, but need to be fixed as soon as possible.
If you didn't create the Aura yourself then first check if an update for this aura exists on wago.io (check the URL field in Information tab) or wherever you found it (Class Discord, Twitch, creator's website, etc.)
If you don't find an update, and confident fixing it yourself, feel free to ask help on WeakAuras Discord, and provide link or an export for the problematic Aura.
CLEU event documentation: https://warcraft.wiki.gg/wiki/COMBAT_LOG_EVENT
For filtering by subEvents in WeakAuras you want to append them to the main event like this
CLEU:UNIT_DIED
CLEU:SPELL_AURA_APPLIED:SPELL_AURA_APPLIED_DOSE:SPELL_AURA_REMOVED
CLEU:SWING_DAMAGE:RANGE_DAMAGE:SPELL_DAMAGE
- Home
- API Documentation
- Getting Involved
- Setting up a Lua Dev Environment
- Deprecations
- Useful Snippets
- Aura Types
- Trigger Types
- Triggers and Untriggers
- Aura Activation
- Dynamic Information
- Text Replacements