From 674eabd4899fdb4a17f66efd736b2d01ed5fccc8 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Fri, 29 Jul 2022 07:43:39 +0200 Subject: [PATCH] totempulse minor fix --- Modules/TotemPulse.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/TotemPulse.lua b/Modules/TotemPulse.lua index ff511e4..a785eb6 100644 --- a/Modules/TotemPulse.lua +++ b/Modules/TotemPulse.lua @@ -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