Commit a61adcc9 authored by nanahira's avatar nanahira

fix

parent 7fb44dac
...@@ -174,7 +174,7 @@ function inititialize() ...@@ -174,7 +174,7 @@ function inititialize()
--Debug.Message(type(buffEffects)) --Debug.Message(type(buffEffects))
if c:GetOriginalCode()==4392470 then if c:GetOriginalCode()==4392470 then
for option in buffEffectsList do for option in ipairs(buffEffectsList) do
applyBuff(c,option) applyBuff(c,option)
end end
else else
......
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