Jump to content
  • 0

Character saved multiple times on Database


Mad

Question

Hi guys, yesterday i upgraded my server with 1.0.4 patch (i also installed Sauerland map) and i was installing some script when i found this over my database charcter_data table

 

f5sl.jpg

 

seems that every time a character connect/disconnect he is saved in a new field..

 

i made something wrong or  should work so now Oo ?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

You can also clean up your character data table up by using this SQL query:  'DELETE from CHARACTER_DATA where ALIVE=0'  That will remove all "dead" characters from the record and make things easier to manage.  I have mine setup to do it automatically every 48 hours at the same time as a 4AM restart.  I don't think its an issue in this version of the database, but if you get an error when using that query, try adding 'SET FOREIGN_KEY_CHECKS=0' into the query on a separate line before the other line I mentioned above.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...