Skip to content

Commit

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

L:SetGeneralLocalization{
name = "Sombraíz"
}

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

L:SetGeneralLocalization{
name = "Diathorus el Buscador"
}
-----------------------------
-- Destructor's Wraith --
-----------------------------
L = DBM:GetModLocalization("DestructorsWraith")

L:SetGeneralLocalization{
name = "Espectro del destructor"
}
-----------------------------
-- 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 Grito Infernal"
}

0 comments on commit d5ae093

Please sign in to comment.