Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Frames/Pets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ function DF:UpdatePetName(frame)
if not UnitExists(frame.unit) then return end

local name = GetUnitName(frame.unit, true)
if name then
if name and not issecretvalue(name) then
-- Truncate long names
local db = DF:GetFrameDB(frame)
local maxLen = db.petNameMaxLength or 12
Expand Down