Commit 2eb854e9 authored by nanahira's avatar nanahira

Update c37564566.lua

parent 44ecca64
...@@ -87,7 +87,7 @@ function cm.operation1(e,tp,eg,ep,ev,re,r,rp) ...@@ -87,7 +87,7 @@ function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
local eset=cm[tc] local eset=cm[tc]
if eset then if eset then
for _,te in ipairs(tc) do for _,te in ipairs(eset) do
te:Reset() te:Reset()
end end
cm[tc]=nil cm[tc]=nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment