Commit c1069d31 authored by AntiMetaman's avatar AntiMetaman Committed by GitHub

Fix string call of "Salamangreat Blaze Dragon" (#1421)

parent c9d2c8f3
...@@ -25,7 +25,7 @@ function c9608555.initial_effect(c) ...@@ -25,7 +25,7 @@ function c9608555.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--destroy --destroy
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(9608555,0)) e3:SetDescription(aux.Stringid(9608555,1))
e3:SetCategory(CATEGORY_DESTROY) e3:SetCategory(CATEGORY_DESTROY)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY) e3:SetProperty(EFFECT_FLAG_DELAY)
......
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