# HG changeset patch # User contrebasse # Date 1298848819 -3600 # Node ID d724fb112e7cebdb8e46a58f84fcdb7d279508f4 # Parent 1bc6e598e1e36ba46a8c2a2d33183a6686b2d346 Remove Ghost Wolf (doesn't work like this) and modify debug option diff -r 1bc6e598e1e3 -r d724fb112e7c Degaine.lua --- 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@ diff -r 1bc6e598e1e3 -r d724fb112e7c Exceptions.lua --- 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...