View Single Post
  #2  
Old 12-18-2015, 06:48 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Quote:
[MySQL Error] 1054: Unknown column "m_stats.attack_delay in the 'field list'
I ran across that issue last night helping someone else..

There are actually 3 queries on that page..did you run the 'class' change one?


Try running this query:
Code:
UPDATE `db_version` SET `version` = '7999';
that will set your db version to just before the 'mercs.sql' load..

..and then run eqemu_update.pl manually and select option '3' until all of the updates have taken.


The guy I was helping said he got mercs to work by doing that..but, I don't think he's online just yet, so i haven't gotten any more feedback from him.

Make sure your database is backed up before trying that, too.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote