订单bug优化
This commit is contained in:
parent
dfe2931ab2
commit
daccee5ba4
@ -529,7 +529,7 @@ func (o *OrderMod) ChangeEnergyMul(lv int, Emit []int, EnergyMul int, ChessList
|
||||
NeedTrigger = true
|
||||
}
|
||||
|
||||
if v.Type != Common_type {
|
||||
if v.Type != Common_type && v.Type != Pet_type {
|
||||
continue
|
||||
}
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user