local mod = DBM:NewMod("LordAlexeiBarov", "DBM-Party-Classic", 13) local L = mod:GetLocalizedStrings() mod:SetRevision("20191103015507") mod:SetCreatureID(10504) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_AURA_APPLIED 17820" ) local warningVeilofShadow = mod:NewTargetNoFilterAnnounce(17820, 2, nil, "RemoveCurse") do local VeilofShadow = DBM:GetSpellInfo(17820) function mod:SPELL_AURA_APPLIED(args) --if args.spellId == 17820 then if args.spellName == VeilofShadow then warningVeilofShadow:CombinedShow(0.5, args.destName) end end end