Update 9026 changes the table altogether:
https://github.com/EQEmu/Server/blob...ons_rework.sql
I was adding more and more owner options and got tired of all of the hassle associated with the old way of bookkeeping.
I made a change to the requirement criteria recently that 'should' avert that problem in future updating:
https://github.com/EQEmu/Server/comm...eb5d06f12c4dd5
Let me know if it doesn't, please
Note: The fix for this particular issue is to run this query:
Code:
UPDATE `db_version` SET `bots_version` = '9026';
You must be seeing the 9022 and 9025 errors to use this solution.