refactor: 移除 syncBackupPetList 调用和定义

This commit is contained in:
xinian
2026-04-05 05:24:55 +08:00
committed by cnb
parent 7d054bbe91
commit c3f052ef30
4 changed files with 5 additions and 45 deletions

View File

@@ -48,7 +48,7 @@ func (h Controller) GetPetReleaseList(
data *pet.GetPetListFreeInboundEmpty,
player *player.Player) (result *pet.GetPetListOutboundInfo,
err errorcode.ErrorCode) {
syncBackupPetList(player)
return buildPetListOutboundInfo(buildWarehousePetList(player)), 0
}