View Single Post
  #9  
Old 06-01-2016, 06:39 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Yes, thanks for that link! I should have remembered that the sql file was a 'clean' schema install.


You will still need to add the `bots_version` column to the `db_version` table - which occurs in eqemu_update.pl.

Code:
ALTER TABLE db_version ADD bots_version int(11) DEFAULT '0' AFTER version;
If you manually run the '...09_30_bots' sql above, you will need to change the bots_version value to '9000'


Hopefully, that will kick the bots versioning into gear and you can update to the required '9006' schema..otherwise, you'll need to manually apply those updates.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote