bug修复
This commit is contained in:
parent
3ac2336e76
commit
bda7e96e30
@ -850,7 +850,7 @@ func (player *Player) FormatOrderReward() {
|
|||||||
ExpCoin := (Exp - BaseMod.GetExp()) * decorateCfg.GetAreaPerPExp(DecorateMod.GetAreaId())
|
ExpCoin := (Exp - BaseMod.GetExp()) * decorateCfg.GetAreaPerPExp(DecorateMod.GetAreaId())
|
||||||
PExpCoin := (PExp - BaseMod.GetPExp()) * 50
|
PExpCoin := (PExp - BaseMod.GetPExp()) * 50
|
||||||
OrderMod := player.PlayMod.getOrderMod()
|
OrderMod := player.PlayMod.getOrderMod()
|
||||||
if ExpCoin > PExpCoin {
|
if ExpCoin > PExpCoin || BaseMod.GetLevel() < 6 {
|
||||||
for k, v := range OrderMod.GetOrderList() {
|
for k, v := range OrderMod.GetOrderList() {
|
||||||
if len(v.Items) != 0 {
|
if len(v.Items) != 0 {
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user