Skip to content

Commit

Permalink
KarazhanCrypts: Add placeholder for Unk'omon
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp committed Jan 30, 2025
1 parent 42ac43d commit 66d875b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
13 changes: 13 additions & 0 deletions DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/Unkomon.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
if not DBM:IsSeasonal("SeasonOfDiscovery") then return end
local mod = DBM:NewMod("Unkomon", "DBM-Party-Vanilla", 22)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetEncounterID(3152)
--mod:SetCreatureID()
mod:SetZone(2875)

mod:RegisterCombat("combat")

mod:RegisterEventsInCombat(
)
8 changes: 7 additions & 1 deletion DBM-Party-Vanilla/Classic/localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1671,10 +1671,16 @@ L:SetGeneralLocalization{
name = "Creeping Malison"
}


-- Kharon
L = DBM:GetModLocalization("KCTrash")

L:SetGeneralLocalization{
name = "Karazhan Crypts Trash"
}

-- Unk'omon
L = DBM:GetModLocalization("Unkomon")

L:SetGeneralLocalization{
name = "Unk'omon"
}

0 comments on commit 66d875b

Please sign in to comment.