Commit 546c20cd authored by nekrozar's avatar nekrozar

remove category

CATEGORY_UPDATE_LEVEL is not defined.
parent 1bcdb2a0
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
function c86784733.initial_effect(c) function c86784733.initial_effect(c)
--Increase level --Increase level
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_UPDATE_LEVEL)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
......
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