View Single Post
  #9  
Old 05-06-2012, 05:38 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote