Send item list with RequestPurchaseLimitShopItemBuy.
This commit is contained in:
parent
7e24f57b40
commit
abc682a0cd
@ -259,6 +259,7 @@ public class RequestPurchaseLimitShopItemBuy implements IClientIncomingPacket
|
||||
}
|
||||
|
||||
player.sendPacket(new ExPurchaseLimitShopItemResult(true, _shopIndex, _productId, rewards));
|
||||
player.sendItemList();
|
||||
|
||||
// Remove request.
|
||||
player.removeRequest(PrimeShopRequest.class);
|
||||
|
@ -250,6 +250,7 @@ public class RequestPurchaseLimitShopItemBuy implements IClientIncomingPacket
|
||||
}
|
||||
|
||||
player.sendPacket(new ExPurchaseLimitShopItemResult(true, _shopIndex, _productId, rewards));
|
||||
player.sendItemList();
|
||||
|
||||
// Remove request.
|
||||
player.removeRequest(PrimeShopRequest.class);
|
||||
|
@ -270,6 +270,7 @@ public class RequestPurchaseLimitShopItemBuy implements IClientIncomingPacket
|
||||
}
|
||||
|
||||
player.sendPacket(new ExPurchaseLimitShopItemResult(true, _shopIndex, _productId, rewards));
|
||||
player.sendItemList();
|
||||
|
||||
// Remove request.
|
||||
player.removeRequest(PrimeShopRequest.class);
|
||||
|
@ -270,6 +270,7 @@ public class RequestPurchaseLimitShopItemBuy implements IClientIncomingPacket
|
||||
}
|
||||
|
||||
player.sendPacket(new ExPurchaseLimitShopItemResult(true, _shopIndex, _productId, rewards));
|
||||
player.sendItemList();
|
||||
|
||||
// Remove request.
|
||||
player.removeRequest(PrimeShopRequest.class);
|
||||
|
Loading…
Reference in New Issue
Block a user