Commit 35c8be67 authored by salix5's avatar salix5

fix id

parent aad6c48b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c18558867.initial_effect(c) function c18558867.initial_effect(c)
--direct attack --direct attack
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(18558867,1)) e1:SetDescription(aux.Stringid(18558867,0))
e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
......
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