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.
10 lines
346 B
10 lines
346 B
if UnitFactionGroup("player") == "Alliance" then return end
|
|
local mod = DBM:NewMod(468, "DBM-Party-Vanilla", DBM:IsPostCata() and 13 or 18, 239)
|
|
local L = mod:GetLocalizedStrings()
|
|
|
|
mod:SetRevision("20240316010232")
|
|
mod:SetCreatureID(6906, 6907, 6908)
|
|
mod:SetEncounterID(548)
|
|
mod:SetBossHPInfoToHighest()
|
|
|
|
mod:RegisterCombat("combat")
|
|
|