Changes:
v2.9
- Updated TOC version for patch 2.1.
- Empty slots and items are now processed in one loop, yielding minor performance improvement. Because of that logic to skip ammo bags previously used only in calculation of empty slots is now used for sorting items too for yet another small performance benefit.
- Soul pouches are now skipped just as ammo bags were skipped before.
- Minor performance/namespace pollution improvements with localization of some variables.
- Made slash command parser ignore exact number of spaces between commands. Helps greatly if you hit space extra time or insert and item link after typing space, since it seems that after last patch spaces are added to links automatically.
- Internal items database removed completely - it is far too obsolete by now and ItemDataCache knows most of in-game items already.