totempulse minor fix

This commit is contained in:
Sumsebrum 2022-07-29 07:43:39 +02:00
parent e68dea3f22
commit 674eabd489
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ function TotemPulse:CreateCooldownFrame(style)
end
function TotemPulse:AddTimerFrame(nameplate, timestamp, test)
if (nameplate:IsShown() or test) and timestamp then
if (nameplate:IsShown() or test) and timestamp and timestamp.id then
if not nameplate.totemTick then
nameplate.totemTick = TotemPulse:CreateCooldownFrame(Gladdy.db.totemPulseTotems["totem" .. timestamp.id].style)
end