15 lines
267 B
Lua
15 lines
267 B
Lua
local mod = DBM:NewMod("Moam", "DBM-AQ20", 1)
|
|
local L = mod:GetLocalizedStrings()
|
|
|
|
mod:SetRevision(("$Revision: 132 $"):sub(12, -3))
|
|
mod:SetCreatureID(15340)
|
|
mod:RegisterCombat("combat")
|
|
|
|
mod:RegisterEvents(
|
|
"PLAYER_ALIVE"
|
|
)
|
|
|
|
|
|
|
|
function mod:OnCombatStart(delay)
|
|
end |