From 87934df605e5ba3602149cee0b60c414136f6253 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 12 Oct 2024 14:15:06 +0800 Subject: [PATCH] 1 --- webapp/mt/Item.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp/mt/Item.php b/webapp/mt/Item.php index 77d1234c..4548cf6a 100644 --- a/webapp/mt/Item.php +++ b/webapp/mt/Item.php @@ -65,6 +65,10 @@ class Item { 3.战队改名卡 4.体力药剂 5.耐久药剂 + 6.赏金门票 + 7.英雄升阶道具 + 8.幸运符 + 9.战斗内药剂 type类型为10时,配置一下子类id 1.角色材料 @@ -132,6 +136,8 @@ class Item { const APPOINT_CHIP_SUBTYPE = 2; const APPOINT_SKIN_SUBTYPE = 3; + const LUCKY_SYMBOL_SUBTYPE = 8; + const BATTLE_POTION_SUBTYPE = 9; public static function get($id) {