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