comparison Exceptions.lua @ 53:6da5658a3428

Added support for checking buff loss, added Ghost Wolf
author contrebasse
date Mon, 28 Feb 2011 01:18:29 +0100
parents d724fb112e7c
children e5e29ead60e8
comparison
equal deleted inserted replaced
52:d724fb112e7c 53:6da5658a3428
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
20 T.LoseAura = { -- set these to false and not true !!!
21 [2645] = false,-- Shaman's Ghost wolf
22 }
23
24 T.GainAura = { -- set these to false and not true !!!
18 } 25 }
19 26
20 -- Not used any more, but I keep it just in case... 27 -- Not used any more, but I keep it just in case...
21 T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player) 28 T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player)
22 -- All vanity pets and mount are added at PLAYER_LOGIN 29 -- All vanity pets and mount are added at PLAYER_LOGIN