Compare commits

..

No commits in common. "802f67cb7a5bb2d7925e5080b3be05ef288c8e9d" and "4f9e3b87ca5e8c04c8d4707d482dab3370502f19" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -597,7 +597,6 @@ const (
ItemIDSlippers = 100010 // 拖鞋
ItemIDPermit = 100011 // 赛季通行证积分
ItemIDLong = 50013 // 龙币
ItemIDPetSkill = 11001 //宠物技能升级道具
)
func ToItemId(id int32) int32 {

View File

@ -290,10 +290,6 @@ func (this *BagMgr) AddItems(p *Player, addItems []*Item, add int64, gainWay int
Num: v.ItemNum,
})
}
if v.ItemId == common.ItemIDPetSkill && v.ItemNum > 0 {
PetMgrSington.CheckShowRed(p)
}
}
if len(changeItems) > 0 {