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.

27 lines
610 B

-------------------------------------------------------------------------------
-- Module Declaration
--
local mod, CL = BigWigs:NewBoss("Earthrager Ptah", 644, 125)
if not mod then return end
mod:RegisterEnableMob(39428)
mod.engageId = 1076
mod.respawnTime = 30
-------------------------------------------------------------------------------
-- Initialization
--
function mod:GetOptions()
return {
-2543, -- Tumultuous Earthstorm
}
end
function mod:OnBossEnable()
end
-------------------------------------------------------------------------------
-- Event Handlers
--