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
299 B
10 lines
299 B
|
2 years ago
|
local mod = DBM:NewMod("InstructorMalicia", "DBM-Party-Vanilla", DBM:IsRetail() and 16 or 13)
|
||
|
|
local L = mod:GetLocalizedStrings()
|
||
|
|
|
||
|
|
mod:SetRevision("20231026023356")
|
||
|
|
mod:SetCreatureID(10505)
|
||
|
|
mod:SetEncounterID(mod:IsClassic() and 2803 or 457)
|
||
|
|
mod:SetZone(289)
|
||
|
|
|
||
|
|
mod:RegisterCombat("combat")
|