Run this query:
SELECT MAX(id),COUNT(*) FROM items;
See what the number in the MAX(id) column is, and change this line to be bigger than that number:
#define MMF_EQMAX_ITEMS 200000
The, recompile everything.
I would wonder how you ended up with ids over 200k unless you made them yourself.
|