diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index b3b7fb350e..9889b5aad0 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -8346,11 +8346,6 @@ Private.event_prototypes = { internal_events = function(trigger) local unit = trigger.unit local result = {} - if WeakAuras.IsClassicEra() and unit ~= "player" then - tinsert(result, "UNIT_SPELLCAST_START") - tinsert(result, "UNIT_SPELLCAST_DELAYED") - tinsert(result, "UNIT_SPELLCAST_CHANNEL_START") - end if unit == "nameplate" and trigger.use_onUpdateUnitTarget then tinsert(result, "WA_UNIT_TARGET_NAME_PLATE") end