Commit d504c4b2 authored by Chen Bill's avatar Chen Bill

fix string id

parent 61f0d7a5
...@@ -4,7 +4,6 @@ function c27623932.initial_effect(c) ...@@ -4,7 +4,6 @@ function c27623932.initial_effect(c)
aux.AddCodeList(c,3285552) aux.AddCodeList(c,3285552)
--activate --activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(27623932,0))
e1:SetCategory(CATEGORY_DESTROY) e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
......
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