When using the Multi server search parameter the assert string for when the server data is in an old format uses the wrong variable.
assert(nil, "The data for "..server.." is not at the current BeanCounter DB version of "..private.version.." Please log into this realm to upgrade BeanCounters Data.")
Should be
assert(nil, "The data for "..serverName.." is not at the current BeanCounter DB version of "..private.version.." Please log into this realm to upgrade BeanCounters Data.")
makes change to assert variable
--includes minor fix for item Icons displaying on all searches not just specific itemName searches