if not IsTestBuild() then return end -------------------------------------------------------------------------------- -- Module Declaration -- local mod, CL = BigWigs:NewBoss("The Jailer", 2481, 2464) if not mod then return end -- mod:RegisterEnableMob(0) -- TODO mod:SetEncounterID(2537) mod:SetRespawnTime(30) -------------------------------------------------------------------------------- -- Locals -- -------------------------------------------------------------------------------- -- Localization -- local L = mod:GetLocale() if L then end -------------------------------------------------------------------------------- -- Initialization -- function mod:GetOptions() return { "berserk", } end function mod:OnBossEnable() end function mod:OnEngage() end -------------------------------------------------------------------------------- -- Event Handlers --