diff --git a/Library/Constant/TypeEnum.cs b/Library/Constant/TypeEnum.cs
index d37e8c3..4cb38b2 100644
--- a/Library/Constant/TypeEnum.cs
+++ b/Library/Constant/TypeEnum.cs
@@ -447,27 +447,32 @@ namespace Milimoe.FunGame.Core.Library.Constant
Consumable,
///
- /// 收藏品 编号 16xxx
+ /// 魔法卡 编号 16xxx
+ ///
+ MagicCard,
+
+ ///
+ /// 收藏品 编号 17xxx
///
Collectible,
///
- /// 特殊物品 编号 17xxx
+ /// 特殊物品 编号 18xxx
///
SpecialItem,
///
- /// 任务物品 编号 18xxx
+ /// 任务物品 编号 19xxx
///
QuestItem,
///
- /// 礼包 编号 19xxx
+ /// 礼包 编号 20xxx
///
GiftBox,
///
- /// 其他 编号 20xxx
+ /// 其他 编号 21xxx
///
Others
}