Mercurial > wow > degaine
comparison Exceptions.lua @ 45:ecfa62976b03 v1.0beta10
Cosmetic
author | contrebasse |
---|---|
date | Sun, 27 Feb 2011 20:31:17 +0100 |
parents | 1967c9a3c5c2 |
children | 1bc6e598e1e3 |
comparison
equal
deleted
inserted
replaced
44:1967c9a3c5c2 | 45:ecfa62976b03 |
---|---|
8 [8690] = true, -- Heartstone | 8 [8690] = true, -- Heartstone |
9 [818] = true, -- Basic Campfire | 9 [818] = true, -- Basic Campfire |
10 [13262] = true, -- Disenchant | 10 [13262] = true, -- Disenchant |
11 [51005] = true, -- Milling | 11 [51005] = true, -- Milling |
12 | 12 |
13 -- Critters (exceptions) | 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) | 16 -- Mounts (exceptions), the others don't draw weapons |
17 [48778] = true, -- Acherus Deathcharger | 17 [48778] = true, -- Acherus Deathcharger |
18 | 18 |
19 } | 19 } |
20 | 20 |
21 -- Not used any more, but I keep it just in case... | |
21 T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player) | 22 T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player) |
22 -- All vanity pets and mount are added at PLAYER_LOGIN | 23 -- All vanity pets and mount are added at PLAYER_LOGIN |
23 | 24 |
24 -- | 25 -- Stealths |
25 [1784] = true, -- Stealth (Rogue) | 26 [1784] = true, -- Stealth (Rogue) |
26 [58984] = true, -- Shadowmeld (Nightelf stealth) | 27 [58984] = true, -- Shadowmeld (Nightelf stealth) |
27 | 28 |
28 -- DK presences | 29 -- DK presences |
29 [48263] = true, -- Blood | 30 [48263] = true, -- Blood |