Commit b5204aaa authored by GuGu's avatar GuGu

Update c12014.lua 清理废弃词条

parent a3e93417
Pipeline #31912 passed with stage
in 27 seconds
......@@ -46,7 +46,7 @@ function c12014.operation(e,tp,eg,ep,ev,re,r,rp)
local att=eg:SearchCard(c12014.afilter)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_EQUIP)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT+EFFECT_FLAG_OWNER_RELATE)
e1:SetProperty(EFFECT_FLAG_OWNER_RELATE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetValue(att:GetTextAttack())
......
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