Commit 681ba00d authored by dest's avatar dest Committed by DailyShana

fix Nirvana High Paladin (#579)

parent a8262201
...@@ -68,7 +68,6 @@ function c80896940.initial_effect(c) ...@@ -68,7 +68,6 @@ function c80896940.initial_effect(c)
--pendulum --pendulum
local e7=Effect.CreateEffect(c) local e7=Effect.CreateEffect(c)
e7:SetDescription(aux.Stringid(80896940,5)) e7:SetDescription(aux.Stringid(80896940,5))
e7:SetCategory(CATEGORY_DESTROY)
e7:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e7:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e7:SetCode(EVENT_DESTROYED) e7:SetCode(EVENT_DESTROYED)
e7:SetProperty(EFFECT_FLAG_DELAY) e7: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