Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
- fixed typo in CombatText module
#9
#10
#11
  • Loading branch information
sinaris committed Sep 14, 2012
1 parent 82261f9 commit 047c6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsphyxiaUI/Modules/Extras/CombatText.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 047c6ce

Please sign in to comment.