订单优化

This commit is contained in:
hahwu 2025-09-10 16:57:45 +08:00
parent b6d5cbd5e2
commit acfcd08d38

View File

@ -991,7 +991,7 @@ func (player *Player) FormatOrderReward() {
ExpCoin := (Exp-BaseMod.GetExp())*decorateCfg.GetAreaPerPExp(DecorateMod.GetAreaId()) - BaseMod.GetStar()
PExpCoin := (PExp-BaseMod.GetPExp())*50 - player.GetPetOrderItemExp()
OrderMod := player.PlayMod.getOrderMod()
if ExpCoin > PExpCoin || BaseMod.GetLevel() < 6 {
if ExpCoin > PExpCoin || BaseMod.GetLevel() < 17 {
for k, v := range OrderMod.GetOrderList() {
if len(v.Items) != 0 {
continue