Skip to content

Removing spells via NugRunningUserConfig doesn't work #51

@jooenj

Description

@jooenj

local helpers = NugRunning.helpers
local Spell, ModSpell = helpers.Spell, helpers.ModSpell
local Cooldown, ModCooldown = helpers.Cooldown, helpers.ModCooldown
local Activation, ModActivation = helpers.Activation, helpers.ModActivation
local EventTimer = helpers.EventTimer
local Talent = helpers.Talent
local Glyph = helpers.Glyph
local GetCP = helpers.GetCP
local _,class = UnitClass("player")
local colors = NugRunningConfig.colors

if class == "WARLOCK" then
-- ModSpell(348, { color = colors.WOO }) -- modifying Immolate color
-- Spell(348, nil) -- remove immolate
end

if class == "PRIEST" then
Spell(139, nil)
end

if class == "ROGUE" then

end

if class == "WARRIOR" then

end

if class == "MAGE" then

end

if class == "DRUID" then

end

if class == "DEATHKNIGHT" then

end

if class == "HUNTER" then

end

if class == "SHAMAN" then

end

if class == "PALADIN" then

end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions