Skip to content

Commit

Permalink
Hide immune for "Dragon Roar".
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Nov 27, 2013
1 parent 47d0223 commit 2fc0919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ShestakUI/Modules/Blizzard/CombatText.lua
Expand Up @@ -775,6 +775,7 @@ if C.combattext.damage then
xCT4:AddMessage(missType)
elseif eventType == "SPELL_MISSED" or eventType == "RANGE_MISSED" then
local spellId, _, _, missType = select(12, ...)
if missType == "IMMUNE" and spellId == 118895 then return end
if C.combattext.icons then
icon = GetSpellTexture(spellId)
missType = misstypes[missType].." \124T"..icon..":"..C.combattext.icon_size..":"..C.combattext.icon_size..":0:0:64:64:5:59:5:59\124t"
Expand Down

1 comment on commit 2fc0919

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Абилка совмещает в себя урон и сбивание с ног. Применяется по кд. А треш часто к таким абилкам иммунен, итого куча спама.

Please sign in to comment.