xiaoyang0346 5 days ago
parent
commit
fd80473dee
1 changed files with 4 additions and 4 deletions
  1. 4 4
      s_to_proto/shared/hc/PtlHcInfo.ts

+ 4 - 4
s_to_proto/shared/hc/PtlHcInfo.ts

@@ -30,10 +30,10 @@ export interface HcInfoGeziInfo {
 //具体物品类型
 export enum HcType {
     wu = 0, //无物品
-    emitter = 1, //发射器
-    monster = 2, //怪物
-    equip = 3, //装备
-    material = 4, //材料
+    material = 2, //材料
+    emitter = 3, //发射器
+    monster = 50, //怪物
+    equip = 4, //装备
 }
 //解锁状态
 export enum HcUnlock {