Commit b192e5c3 authored by sidschingis's avatar sidschingis

fix typo

parent c4564599
......@@ -40,7 +40,7 @@ function c32919136.initial_effect(c)
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_EQUIP)
e5:SetCode(EFFECT_SET_CONTROL)
e5:SetValue(c45247637.val)
e5:SetValue(c32919136.val)
c:RegisterEffect(e5)
end
function c32919136.filter(c)
......
......@@ -32,7 +32,7 @@ function c45986603.initial_effect(c)
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_EQUIP)
e4:SetCode(EFFECT_SET_CONTROL)
e4:SetValue(c45247637.val)
e4:SetValue(c45986603.val)
c:RegisterEffect(e4)
end
function c45986603.filter(c)
......
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