-------------------------------------------------------------------------------- -- Module declaration -- local mod, CL = BigWigs:NewBoss("Echo of Tyrande", 938, 283) if not mod then return end mod:RegisterEnableMob(54544) mod.engageId = 1884 mod.respawnTime = 30 -------------------------------------------------------------------------------- -- Localization -- local L = mod:GetLocale() if L then end -------------------------------------------------------------------------------- -- Initialization -- -- XXX revise this module function mod:GetOptions() return { -4207, --Dark Moonlight } end function mod:OnBossEnable() end function mod:OnEngage() end -------------------------------------------------------------------------------- -- Event Handlers --