日志优化
This commit is contained in:
parent
629855c2b7
commit
c8cdd1f2cf
@ -553,7 +553,7 @@ func (p *Player) HandleItem(itemList []*item.Item, Label string) error {
|
||||
ChessMod.AddChessBuff(v.Id)
|
||||
}
|
||||
Type := mergeDataCfg.GetTypeById(v.Id)
|
||||
if Type == "Chest" {
|
||||
if Type == "Chest" || Type == "Gift" {
|
||||
p.TeLog("get_chest", map[string]interface{}{
|
||||
"chest_id": v.Id,
|
||||
"chest_name": mergeDataCfg.GetNameById(v.Id),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user