changeset 45:ecfa62976b03 v1.0beta10

Cosmetic
author contrebasse
date Sun, 27 Feb 2011 20:31:17 +0100
parents 1967c9a3c5c2
children f50094e78073
files Degaine.toc Exceptions.lua
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Degaine.toc	Sun Feb 27 20:28:52 2011 +0100
+++ b/Degaine.toc	Sun Feb 27 20:31:17 2011 +0100
@@ -7,5 +7,4 @@
 ## SavedVariablesPerCharacter: Degaine_isAuto
 
 Exceptions.lua
-
 Degaine.lua
--- a/Exceptions.lua	Sun Feb 27 20:28:52 2011 +0100
+++ b/Exceptions.lua	Sun Feb 27 20:31:17 2011 +0100
@@ -10,18 +10,19 @@
 	[13262] = true, -- Disenchant
 	[51005] = true, -- Milling
 
-	-- Critters (exceptions)
+	-- Critters (exceptions), the others don't draw weapons
 	[55068] = 1.3, -- Mr Chilly
 
-	-- Mounts (exceptions)
+	-- Mounts (exceptions), the others don't draw weapons
 	[48778] = true, -- Acherus Deathcharger
 
 }
 
+-- Not used any more, but I keep it just in case...
 T.SpellBlackList = { -- spells that don't stealth weapons (works with events1player)
 	-- All vanity pets and mount are added at PLAYER_LOGIN
 
-	--
+	-- Stealths
 	[1784] = true,  -- Stealth (Rogue)
 	[58984] = true, -- Shadowmeld (Nightelf stealth)