Skip to content

Commit

Permalink
BattleRes: Just hardcode things (fixes #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Dec 3, 2020
1 parent d23c0c9 commit a1af7d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/BattleRes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ local badBuffs = {
5384, -- Feign Death
}
local engineerItem = 184308 -- Disposable Spectrophasic Reanimator
local engineerSpell = GetItemSpell(engineerItem)
local engineerIcon = 3610508
local resSpells = {
[20484] = true, -- Rebirth
[61999] = true, -- Raise Ally
[95750] = true, -- Soulstone Resurrection
[engineerSpell] = true, -- Disposable Spectrophasic Reanimator
[345130] = true, -- Disposable Spectrophasic Reanimator
}
local theDead = {}
local updateFunc
Expand Down Expand Up @@ -80,7 +80,7 @@ local function createFrame()
icon:SetWidth(20)
icon:SetHeight(20)
icon:SetPoint("LEFT", remaining, "LEFT", 20, 0)
icon:SetTexture(GetSpellTexture(engineerSpell))
icon:SetTexture(engineerIcon)
icon:Hide()
brez.icon = icon

Expand Down

0 comments on commit a1af7d7

Please sign in to comment.