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.
11 lines
319 B
11 lines
319 B
|
3 years ago
|
if UnitFactionGroup("player") == "Alliance" then return end
|
||
|
|
local mod = DBM:NewMod(468, "DBM-Party-Vanilla", 13, 239)
|
||
|
|
local L = mod:GetLocalizedStrings()
|
||
|
|
|
||
|
|
mod:SetRevision("20221029204017")
|
||
|
|
mod:SetCreatureID(6906, 6907, 6908)
|
||
|
|
mod:SetEncounterID(548)
|
||
|
|
mod:SetBossHPInfoToHighest()
|
||
|
|
|
||
|
|
mod:RegisterCombat("combat")
|