Commit 7bd38bf3 authored by salix5's avatar salix5

fix string id

parent a9c74be8
......@@ -12,7 +12,7 @@ function c4017398.initial_effect(c)
c:RegisterEffect(e1)
--draw
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(36224040,1))
e2:SetDescription(aux.Stringid(4017398,0))
e2:SetCategory(CATEGORY_TOHAND)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE)
......
......@@ -19,7 +19,7 @@ function c7496001.initial_effect(c)
c:RegisterEffect(e2)
--play fieldspell
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(7496001,2))
e3:SetDescription(aux.Stringid(7496001,1))
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_SZONE)
e3:SetCost(c7496001.afcost)
......
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