From 94447d5fc0ff1a390a675f9a7899b86bddfb4f67 Mon Sep 17 00:00:00 2001 From: itsnotapt <3096198+itsnotapt@users.noreply.github.com> Date: Thu, 12 Jan 2023 20:37:52 -0800 Subject: [PATCH] Update plater.lua --- functions/plater.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/plater.lua b/functions/plater.lua index 3351a551..d5253a09 100644 --- a/functions/plater.lua +++ b/functions/plater.lua @@ -99,7 +99,7 @@ end plater_integration_frame:SetScript("OnEvent", function(self) local time, token, hidding, sourceGUID, sourceName, sourceFlag, sourceFlag2, targetGUID, targetName, targetFlag, targetFlag2, spellID, spellName, spellType, amount, overKill, school, resisted, blocked, absorbed, isCritical = CombatLogGetCurrentEventInfo() - --tamage taken by the GUID unit + --damage taken by the GUID unit if (token == "SPELL_DAMAGE" or token == "SPELL_PERIODIC_DAMAGE" or token == "RANGE_DAMAGE" or token == "DAMAGE_SHIELD") then plater_integration_frame.AddDamageToGUID (sourceGUID, targetGUID, time, amount) @@ -156,4 +156,4 @@ function Details:RefreshPlaterIntegration() -end \ No newline at end of file +end