|
|
@ -401,7 +401,7 @@ public class ManageNPCMsg extends ClientNetMsg { |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
|
|
|
|
|
|
|
|
if (Contract.NoSlots(npc.getContract())) |
|
|
|
if (npc.getCanRoll().isEmpty()) |
|
|
|
writer.putInt(0); |
|
|
|
writer.putInt(0); |
|
|
|
else |
|
|
|
else |
|
|
|
writer.putInt(npc.getRank()); //vendor slots
|
|
|
|
writer.putInt(npc.getRank()); //vendor slots
|
|
|
|