1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-03 21:45:20 +08:00
parent 796b55ffad
commit af92c89e1c
3 changed files with 4 additions and 4 deletions

View File

@@ -291,6 +291,8 @@ func (pet *PetInfo) Downgrade(level uint32) {
//进行降级操作
}
pet.NextLvExp = 0
pet.Update(false)
}