Begin message rewrite
This commit is contained in:
@@ -459,7 +459,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
|
||||
if (msg.getUnknown03() != 0 && msg.getpToken() == 0 && msg.getsToken() == 0)
|
||||
isRandom = true;
|
||||
//Create Multiple Item Function.. Fill all empty slots
|
||||
if (msg.isMultiple()) {
|
||||
if (msg.getSize() > 0) {
|
||||
int emptySlots = vendorNPC.getRank() - vendorNPC.getRolling().size();
|
||||
if (emptySlots > 0) {
|
||||
for (int i = 0; i < emptySlots; i++) {
|
||||
|
||||
Reference in New Issue
Block a user