Fixed freight related packets.

This commit is contained in:
MobiusDev
2018-08-29 08:58:41 +00:00
parent 3d28468f73
commit dfce3605ac
3 changed files with 23 additions and 12 deletions

View File

@@ -60,6 +60,7 @@ public class Freight implements IBypassHandler
}
}
activeChar.sendPacket(new WareHouseWithdrawalList(1, activeChar, WareHouseWithdrawalList.FREIGHT));
activeChar.sendPacket(new WareHouseWithdrawalList(2, activeChar, WareHouseWithdrawalList.FREIGHT));
}
else
{