This commit is contained in:
Relintai 2016-05-06 15:51:41 +02:00
parent 58b683680a
commit 1520658e91

View File

@ -381,7 +381,7 @@ function Vect:getDebugOptions()
type = "toggle", name = "SpellCast", desc = "Enable/Disable writing out SPELL_CAST_SUCCESS events.", order = 50,
get = function() return Vect:getSpellCastDebug() end,
set = function(_, v)
2Vect:setSpellCastDebug(v);
Vect:setSpellCastDebug(v);
end
},
spellAura = {