
|
If you were logged in you would be able to see more operations.
|
|
|
|
Update appraiser's BeanCounter Hook to use the new improved itemID Search path. Also limit BeanCounter results displayed to most recent 50. This should reduce lag spikes when selecting items in appraiser that have large ammounts of results in beanCounter usually >500
|
|
Description
|
Update appraiser's BeanCounter Hook to use the new improved itemID Search path. Also limit BeanCounter results displayed to most recent 50. This should reduce lag spikes when selecting items in appraiser that have large ammounts of results in beanCounter usually >500
|
Show » |
|
Changed to use BeanCounters itemID search path rather than a plain text search. Also reduced the number of results BeanCounter will attempt to show to 50. This should remove any lag induced by having BeanCounter display appraiser selections. No help to lag in general thou ;)
BeanCounter.externalSearch(item[2]) is now
BeanCounter.externalSearch(item[1], nil, nil, 50)