Join event calls

This commit is contained in:
Robin 2021-01-17 01:24:04 +01:00
parent 4f0a17c818
commit c272feb058
1 changed files with 1 additions and 2 deletions

View File

@ -173,8 +173,7 @@ function addon:PLAYER_ENTERING_WORLD(event,...)
})
addon:AddConfigEntry(name, 'toggle', 'ignoreTanks', 'Ignore Tanks', 'Dont show taunts of tanks.', 1)
LibStub("LibCombatLog"):Embed(addon)
addon:RegisterCLEvent("SPELL_CAST_SUCCESS","CLParse")
addon:RegisterCLEvent("SPELL_MISSED","CLParse")
addon:RegisterCLEvent({"SPELL_CAST_SUCCESS","SPELL_MISSED"},"CLParse")
self:RegisterEvent("RAID_ROSTER_UPDATE")
OnUpdate()
end