This commit is contained in:
Andrew6810
2022-10-21 06:50:13 -07:00
parent 8571e98fb1
commit 39c0ed874e
466 changed files with 52263 additions and 2 deletions
@@ -0,0 +1,14 @@
local mod = DBM:NewMod("Valthalak", "DBM-Party-Vanilla", 2)
local L = mod:GetLocalizedStrings()
mod:SetRevision(("$Revision: 132 $"):sub(12, -3))
mod:SetCreatureID(16042)
mod:RegisterCombat("combat")
mod:RegisterEvents(
"PLAYER_ALIVE"
)