Skip to content

Commit 134d8d1

Browse files
mrbudsStanzilla
authored andcommitted
Fix Player Location ID load option tooltip for instanceID
1 parent dbc4569 commit 134d8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeakAuras/Prototypes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ local function get_zoneId_list()
168168
if not instanceId and not currentmap_id then
169169
return ("%s\n\n%s"):format(Private.get_zoneId_list(), bottomText)
170170
elseif not currentmap_id then
171-
return ("%s|cffffd200%s|r%s: %d\n\n%s"):format(Private.get_zoneId_list(), L["Current Instance"], L["Instace Id"], instanceId, bottomText)
171+
return ("%s|cffffd200%s|r\n%s: %d\n\n%s"):format(Private.get_zoneId_list(), L["Current Instance"], L["Instance Id"], instanceId, bottomText)
172172
end
173173
local currentmap_info = C_Map.GetMapInfo(currentmap_id)
174174
local currentmap_name = currentmap_info and currentmap_info.name or ""

0 commit comments

Comments
 (0)