Commit cfb6c5e8 authored by wind2009's avatar wind2009

Merge branch 'patch-2' into 'master'

Fix Dragon Gate

See merge request mycard/pre-release-database-cdb!223
parents a60053f9 25ee9d34
...@@ -78,7 +78,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,7 +78,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_FIELD) e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_UPDATE_ATTACK) e3:SetCode(EFFECT_UPDATE_ATTACK)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e3:SetValue(-ct*1000) e3:SetValue(-ct*1000)
......
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