Merge pull request #432 from itsnotapt/patch-1

Typo "Tamage"
This commit is contained in:
Tercio Jose
2023-01-18 10:37:34 -03:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
end