fix goods
parent
cf00d2c7de
commit
a5438e7e5c
|
@ -222,7 +222,7 @@ public class StoreLogic {
|
|||
int length = goods.length;
|
||||
int[][] dropItems = new int[length][];
|
||||
for(int i=0;i<length;i++){
|
||||
dropItems[i]= goods[i];
|
||||
dropItems[i][0]= goods[i][0];
|
||||
dropItems[i][1]= goods[i][1]*itemNum;
|
||||
}
|
||||
CommonProto.Drop.Builder drop = ItemUtil.drop(user, dropItems, BIReason.STORE_BUY_ITEM);
|
||||
|
|
Loading…
Reference in New Issue