新增主角时装类型
parent
b36842bedd
commit
e2c331f840
|
@ -32,8 +32,8 @@ public interface GlobalItemType {
|
|||
int SELECTSecretBox=20; // 自选宝箱(前端要区分)
|
||||
int SpecialMonster=21; // 灵兽
|
||||
int SpecialMonsterItem=22; // 灵兽碎片
|
||||
// 万能狗粮
|
||||
int AllPowerful_DogFood = 25;
|
||||
int PLAYER_SKIN=24;//主角时装
|
||||
int AllPowerful_DogFood = 25;// 万能狗粮
|
||||
int LikableCostItem=27;//好感度功能消耗道具
|
||||
int MOUNT_FRAGMENTS_ITEM = 28;//坐骑碎片
|
||||
int TRANSFORMATION_CARD = 29;//化身卡
|
||||
|
|
|
@ -629,6 +629,7 @@ public class ItemUtil {
|
|||
case GlobalItemType.LIFE_STONE:
|
||||
case GlobalItemType.TRANSFORMATION_CARD:
|
||||
case GlobalItemType.HOOK_PROP:
|
||||
case GlobalItemType.PLAYER_SKIN:
|
||||
itemType = GlobalItemType.ITEM;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue