You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
701 B

-------------------------------------------------------------------------------
-- Module Declaration
local mod = BigWigs:NewBoss("Asira Dawnslayer", 940)
if not mod then return end
mod.partyContent = true
mod:RegisterEnableMob(54968)
mod.toggleOptions = {
"bosskill",
}
-------------------------------------------------------------------------------
-- Localization
local L = mod:GetLocale()
if L then
end
-------------------------------------------------------------------------------
-- Initialization
function mod:OnBossEnable()
self:Death("Win", 54986)
end
-------------------------------------------------------------------------------
-- Event Handlers