Re: offline traders problem
Posted: Mon Jan 17, 2011 5:29 pm
column changed to INT(10) + unsigned, so possible values now are from 0 to 4294967295 http://trac.l2jdp.com/changeset/7751 hope this resolve the issue completly 
only one thing I don't understand from core is...
why in Buy list is...
but in Sell list is...
?

only one thing I don't understand from core is...
why in Buy list is...
Code: Select all
stm_items.setInt(2, i.getItem().getItemId());
Code: Select all
stm_items.setInt(2, i.getObjectId());