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.
9 lines
296 B
9 lines
296 B
local mod = DBM:NewMod("JandiceBarov", "DBM-Party-Vanilla", DBM:IsPostCata() and 16 or 13)
|
|
local L = mod:GetLocalizedStrings()
|
|
|
|
mod:SetRevision("20240316010232")
|
|
mod:SetCreatureID(10503)
|
|
mod:SetEncounterID(mod:IsClassic() and 2804 or 452)
|
|
mod:SetZone(289)
|
|
|
|
mod:RegisterCombat("combat")
|
|
|