View Single Post
  #7  
Old 01-19-2020, 02:12 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote