Skip to content

Commit 781f619

Browse files
committed
Rename soul eater locale
1 parent 9076744 commit 781f619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Encounters/RMT/Laveka.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mod:RegisterEnglishLocale({
2626
["unit.phantom"] = "Phantom",
2727
["unit.essence"] = "Essence Void",
2828
["unit.tortued_apparition"] = "Tortured Apparition",
29-
["unit.orb"] = "Soul Eater",
29+
["unit.soul_eater"] = "Soul Eater",
3030
["unit.boneclaw"] = "Risen Boneclaw",
3131
["unit.titan"] = "Risen Titan",
3232
["unit.lost_soul"] = "Lost Soul",
@@ -619,7 +619,7 @@ mod:RegisterUnitEvents("unit.lost_soul",{
619619
[core.E.UNIT_CREATED] = mod.OnLostSoulCreated,
620620
}
621621
)
622-
mod:RegisterUnitEvents("unit.orb",{
622+
mod:RegisterUnitEvents("unit.soul_eater",{
623623
[core.E.UNIT_CREATED] = mod.OnSoulEaterCreated,
624624
[core.E.UNIT_DESTROYED] = mod.OnSoulEaterDestroyed,
625625
}

0 commit comments

Comments
 (0)