diff --git a/AsphyxiaUI/Modules/Extras/CombatText.lua b/AsphyxiaUI/Modules/Extras/CombatText.lua index 190f0c0..ca8a71e 100644 --- a/AsphyxiaUI/Modules/Extras/CombatText.lua +++ b/AsphyxiaUI/Modules/Extras/CombatText.lua @@ -819,7 +819,7 @@ if C.combattext.damage then else msg = "" end - xCT3:AddMessage(ACTION_SPELL_INTERRUPS..": "..effect..msg, unpack(color)) + xCT3:AddMessage(ACTION_SPELL_INTERRUPTS..": "..effect..msg, unpack(color)) elseif eventType == "PARTY_KILL" and C.combattext.killingblow then local tname = select(9, ...) xCT3:AddMessage(ACTION_PARTY_KILL..": "..tname, 0.2, 1, 0.2)