changeset 55:e5e29ead60e8

Aaaand added Ghowt Wolf again to the whitelist, just in case the cast is cancelled
author contrebasse
date Mon, 28 Feb 2011 01:26:06 +0100
parents 12a568d6387a
children 16828b1f9f9d
files Exceptions.lua
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)