15 lines
246 B
Lua
15 lines
246 B
Lua
local mod = DBM:NewMod("Hydrospawn", "DBM-Party-Vanilla", 3)
|
|
local L = mod:GetLocalizedStrings()
|
|
|
|
mod:SetRevision(("$Revision: 132 $"):sub(12, -3))
|
|
mod:SetCreatureID(13280)
|
|
mod:RegisterCombat("combat")
|
|
|
|
mod:RegisterEvents(
|
|
"PLAYER_ALIVE"
|
|
)
|
|
|
|
|
|
|
|
|