noob conc pots

This commit is contained in:
2024-07-17 19:39:38 -05:00
parent e386c3078a
commit 2f57cb613e
+1 -1
View File
@@ -1455,7 +1455,7 @@ public class ClientMessagePump implements NetMsgHandler {
if (b != null && (b.getStrongboxValue() + buildingDeposit) > b.getMaxGold() && !b.isOwnerIsNPC()) {
ErrorPopupMsg.sendErrorPopup(sourcePlayer, 206);
return;
}if(npc.getContractID() == 152041){
}if(npc.getContractID() == 1502041){
me.fromNoob = true;
buy = Item.createItemForPlayer(sourcePlayer, ib, me.fromNoob);
if (buy != null) {