This commit is contained in:
xinian
2026-02-12 00:49:18 +08:00
committed by cnb
parent c99923348a
commit 22a07ca213
5 changed files with 10 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ func (h Controller) UsePetItemOutOfFight(data *item.C2S_USE_PET_ITEM_OUT_OF_FIGH
result = &item.S2C_USE_PET_ITEM_OUT_OF_FIGHT{}
currentPet.CalculatePetPane(false)
copier.Copy(&result, currentPet)
defer c.Service.Info.Save(*c.Info)
// defer c.Service.Info.Save(*c.Info)
return result, 0
}