Rework localization in deathreporter

This commit is contained in:
2025-01-26 18:00:48 +01:00
parent 0e2935f844
commit 79b77ee6c3
3 changed files with 20 additions and 40 deletions

View File

@@ -136,7 +136,6 @@ function shared.Spotter.Init()
local class = UnitClass(unit)
if not class then return string.format("Could not find class for unit %s", tostring(unit)) end
---@type string, string
local zone, subzone = GetZoneText() or "Unknown", GetSubZoneText() or "Unknown"
if Heimdall_Data.config.spotter.zoneOverride then
zone = Heimdall_Data.config.spotter.zoneOverride or ""