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.
16 lines
359 B
16 lines
359 B
local mod = DBM:NewMod(596, "DBM-Party-WotLK", 5, 274)
|
|
local L = mod:GetLocalizedStrings()
|
|
|
|
if not mod:IsClassic() then
|
|
mod.statTypes = "normal,heroic,timewalker"
|
|
end
|
|
|
|
mod:SetRevision("20230311193122")
|
|
mod:SetCreatureID(29306)
|
|
mod:SetEncounterID(1981)
|
|
mod:SetModelID(27061)
|
|
--
|
|
mod:RegisterCombat("combat")
|
|
|
|
--mod:RegisterEventsInCombat(
|
|
--)
|
|
|