Skip to content

Commit

Permalink
Update localization.br.lua (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Jan 25, 2025
1 parent d8e3249 commit 330d3a2
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions DBM-Party-Vanilla/Classic/localization.br.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1532,3 +1532,62 @@ L = DBM:GetModLocalization(489)
L:SetGeneralLocalization{
name = "Chefe Ukorz Escalpareia"
}
-----------------------------
--Demon Fall Canyon
-----------------------------
-- Grimroot --
-----------------------------
L = DBM:GetModLocalization("Grimroot")

L:SetGeneralLocalization{
name = "Broterror"
}

-----------------------------
-- Diathorus the Seeker --
-----------------------------
L = DBM:GetModLocalization("Diathorus")

L:SetGeneralLocalization{
name = "Diathorus, o Inquisidor"
}
-----------------------------
-- Destructor's Wraith --
-----------------------------
L = DBM:GetModLocalization("DestructorsWraith")

L:SetGeneralLocalization{
name = "Aparição do Destruidor"
}
-----------------------------
-- Zilbagob --
-----------------------------
L = DBM:GetModLocalization("Zilbagob")

L:SetGeneralLocalization{
name = "Zilbagob"
}
-----------------------------
-- Azgaloth --
-----------------------------
L = DBM:GetModLocalization("Azgaloth")

L:SetGeneralLocalization{
name = "Azgaloth"
}
-----------------------------
-- Pyranis --
-----------------------------
L = DBM:GetModLocalization("Pyranis")

L:SetGeneralLocalization{
name = "Pyranis"
}
-----------------------------
-- Hellscream's Phantom --
-----------------------------
L = DBM:GetModLocalization("HellscreamsPhantom")

L:SetGeneralLocalization{
name = "Fantasma de Grito Infernal"
}

0 comments on commit 330d3a2

Please sign in to comment.