Quote:
Originally Posted by John Adams
Remember, it appears fine on Windows and is only in the "not win32" code. Not sure if that helps narrow the search...
|
Dunno if this helps but I got this fro ma old thread...
Too many items, edit
common/Items.h
and change the value of
#define MMF_EQMAX_ITEMS 85000
to find the number of items in your database, run the following query :
select max(id) from items;