Page 1 of 1

Seven Sings Problem

Posted: Thu Jan 14, 2010 12:07 am
by maxicroma
L2J Revision 3801:
L2JDP Revision 6878:

Hello in the console all the time says these error

Image

Re: Seven Sings Problem

Posted: Thu Jan 14, 2010 12:01 pm
by janiii
you only upadted core but not the db. update also db.

or run this script:

Code: Select all

ALTER TABLE `seven_signs_status` CHANGE `date` `date` decimal(20,0) NOT NULL default 0;
everytime you update core, also update your db! or check for update scripts or changes in sql!