comparison Exceptions.lua @ 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 6da5658a3428
children
comparison
equal deleted inserted replaced
54:12a568d6387a 55:e5e29ead60e8
13 -- Critters (exceptions), the others don't draw weapons 13 -- Critters (exceptions), the others don't draw weapons
14 [55068] = 1.3, -- Mr Chilly 14 [55068] = 1.3, -- Mr Chilly
15 15
16 -- Mounts (exceptions), the others don't draw weapons 16 -- Mounts (exceptions), the others don't draw weapons
17 [48778] = true, -- Acherus Deathcharger 17 [48778] = true, -- Acherus Deathcharger
18
19 -- Shaman's spells
20 [2645] = true, -- Ghost wolf
18 } 21 }
19 22
20 T.LoseAura = { -- set these to false and not true !!! 23 T.LoseAura = { -- set these to false and not true !!! (use nil to remove them)
21 [2645] = false,-- Shaman's Ghost wolf 24 [2645] = false,-- Shaman's Ghost wolf
22 } 25 }
23 26
24 T.GainAura = { -- set these to false and not true !!! 27 --T.GainAura = { -- set these to false and not true !!! (use nil to remove them)
25 } 28 --}
26 29
27 -- Not used any more, but I keep it just in case... 30 -- Not used any more, but I keep it just in case...
28 T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player) 31 T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player)
29 -- All vanity pets and mount are added at PLAYER_LOGIN 32 -- All vanity pets and mount are added at PLAYER_LOGIN
30 33