mirror of
https://github.com/Relintai/Relintais-Enemy-Kooldown-Tracker-WotLK.git
synced 2024-11-08 10:12:11 +01:00
fix typo
This commit is contained in:
parent
58b683680a
commit
1520658e91
@ -381,7 +381,7 @@ function Vect:getDebugOptions()
|
|||||||
type = "toggle", name = "SpellCast", desc = "Enable/Disable writing out SPELL_CAST_SUCCESS events.", order = 50,
|
type = "toggle", name = "SpellCast", desc = "Enable/Disable writing out SPELL_CAST_SUCCESS events.", order = 50,
|
||||||
get = function() return Vect:getSpellCastDebug() end,
|
get = function() return Vect:getSpellCastDebug() end,
|
||||||
set = function(_, v)
|
set = function(_, v)
|
||||||
2Vect:setSpellCastDebug(v);
|
Vect:setSpellCastDebug(v);
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
spellAura = {
|
spellAura = {
|
||||||
|
Loading…
Reference in New Issue
Block a user