Mercurial > wow > degaine
changeset 52:d724fb112e7c
Remove Ghost Wolf (doesn't work like this) and modify debug option
author | contrebasse |
---|---|
date | Mon, 28 Feb 2011 00:20:19 +0100 |
parents | 1bc6e598e1e3 |
children | 6da5658a3428 |
files | Degaine.lua Exceptions.lua |
diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Degaine.lua Mon Feb 28 00:07:34 2011 +0100 +++ b/Degaine.lua Mon Feb 28 00:20:19 2011 +0100 @@ -9,7 +9,8 @@ -- (it's not possible to know if you were sitting or standing before) --@debug@ -local debug = false +local debug = true +local debugAll = false --@end-debug@ @@ -174,7 +175,7 @@ --DegaineFrame:SetScript("OnUpdate", Degaine_OnUpdate); --@debug@ - if debug then + if debugAll then DegaineFrame:RegisterAllEvents() else --@end-debug@
--- a/Exceptions.lua Mon Feb 28 00:07:34 2011 +0100 +++ b/Exceptions.lua Mon Feb 28 00:20:19 2011 +0100 @@ -15,9 +15,6 @@ -- Mounts (exceptions), the others don't draw weapons [48778] = true, -- Acherus Deathcharger - - -- Shaman spells - [2645] = true, } -- Not used any more, but I keep it just in case...