-
-
Notifications
You must be signed in to change notification settings - Fork 319
Deprecated CLEU
This warning message is shown because an aura use a custom trigger with as event COMBAT_LOG_EVENT_UNFILTERED or CLEU without any filter(s) This event has the potential to be very spammy and be the reason for a noticeable loss of FPS.
We introduced a way to filter this event by subEvent since mid 2021, and will in a future release, disable custom triggers using this event without any filter.
This means your auras pointed by this warning are still working, but needs to be fixed as soon as possible.
First check if an update for this aura exists on wago.io (check url field in Information tab) or wherever you found it (class discord? twitch? creator website?)
If you don't find an update and don't feel like 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