Max Item Id's
MaxItemID is type uint32 which gives it a potential value of 2^32-1 but the number of values that can be loaded is restricted by MMF_EQMAX_ITEMS which is set to 120000. If I change that restriction to 200000 is it going to have any adverse affects?
|