playroom优化

This commit is contained in:
hahwu 2025-03-25 17:35:16 +08:00
parent ca398c7df8
commit c2a3f3c0ed

View File

@ -533,6 +533,7 @@ func (p *PlayerBaseData) AddExp(player *Player, exp int) (int, error) {
}
PlayroomMod := player.PlayMod.getPlayroomMod()
PlayroomMod.UnLock(int(BaseMod.Level))
PlayroomBackData(player)
player.PushClientRes(p.BackAsset())
return upLv, nil
}