Skip to content

Commit

Permalink
Fixed nameplate debuffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Jul 18, 2018
1 parent 583fc90 commit 9f05126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Blizzard/Nameplates.lua
Expand Up @@ -569,7 +569,7 @@ local function style(self, unit)
self.Auras.spacing = 2
self.Auras.size = C.nameplate.auras_size

self.Auras.CustomFilter = function(icons, unit, icon, name, rank, texture, count, dispelType, duration, expiration, caster, isStealable, nameplateShowSelf, spellID, canApply, isBossDebuff, casterIsPlayer, nameplateShowAll)
self.Auras.CustomFilter = function(icons, unit, icon, name, texture, count, dispelType, duration, expiration, caster, isStealable, nameplateShowSelf, spellID, canApply, isBossDebuff, casterIsPlayer, nameplateShowAll)
local allow = false

if caster == "player" then
Expand Down

0 comments on commit 9f05126

Please sign in to comment.