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