We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9076744 commit 781f619Copy full SHA for 781f619
Encounters/RMT/Laveka.lua
@@ -26,7 +26,7 @@ mod:RegisterEnglishLocale({
26
["unit.phantom"] = "Phantom",
27
["unit.essence"] = "Essence Void",
28
["unit.tortued_apparition"] = "Tortured Apparition",
29
- ["unit.orb"] = "Soul Eater",
+ ["unit.soul_eater"] = "Soul Eater",
30
["unit.boneclaw"] = "Risen Boneclaw",
31
["unit.titan"] = "Risen Titan",
32
["unit.lost_soul"] = "Lost Soul",
@@ -619,7 +619,7 @@ mod:RegisterUnitEvents("unit.lost_soul",{
619
[core.E.UNIT_CREATED] = mod.OnLostSoulCreated,
620
}
621
)
622
-mod:RegisterUnitEvents("unit.orb",{
+mod:RegisterUnitEvents("unit.soul_eater",{
623
[core.E.UNIT_CREATED] = mod.OnSoulEaterCreated,
624
[core.E.UNIT_DESTROYED] = mod.OnSoulEaterDestroyed,
625
0 commit comments