# HG changeset patch # User contrebasse # Date 1298852766 -3600 # Node ID e5e29ead60e82052ee29366e750c735dc59e4fea # Parent 12a568d6387a92a613376269e5de35dda6b33705 Aaaand added Ghowt Wolf again to the whitelist, just in case the cast is cancelled diff -r 12a568d6387a -r e5e29ead60e8 Exceptions.lua --- a/Exceptions.lua Mon Feb 28 01:20:07 2011 +0100 +++ b/Exceptions.lua Mon Feb 28 01:26:06 2011 +0100 @@ -15,14 +15,17 @@ -- Mounts (exceptions), the others don't draw weapons [48778] = true, -- Acherus Deathcharger + + -- Shaman's spells + [2645] = true, -- Ghost wolf } -T.LoseAura = { -- set these to false and not true !!! +T.LoseAura = { -- set these to false and not true !!! (use nil to remove them) [2645] = false,-- Shaman's Ghost wolf } -T.GainAura = { -- set these to false and not true !!! -} +--T.GainAura = { -- set these to false and not true !!! (use nil to remove them) +--} -- Not used any more, but I keep it just in case... T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player)