Remove 10gb lua files

This commit is contained in:
2024-06-05 17:14:32 +02:00
parent ba90bb2d05
commit d75a9b65f2

View File

@@ -529,5 +529,5 @@ if not WeakAurasSaved.Cyka.CLEUExample then WeakAurasSaved.Cyka.CLEUExample = {}
---@param subevent string ---@param subevent string
---@param ... any ---@param ... any
aura_env.LogSpell = function(spellName, spellId, subevent, ...) aura_env.LogSpell = function(spellName, spellId, subevent, ...)
table.insert(WeakAurasSaved.Cyka.CLEUExample, varargToString(spellName, spellId, subevent, ...)) -- table.insert(WeakAurasSaved.Cyka.CLEUExample, varargToString(spellName, spellId, subevent, ...))
end end