Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-20-2006, 09:23 AM
typhoon
Sarnak
 
Join Date: May 2003
Posts: 31
Default 0.6.6 -724 Char Backup bug

This was probably in the previous versions of 0.6.6, but when the new guild structure was updated the query and table for character_backup wasn't updated. So now, whenever the auto character_backup kicks in I get an error about guild not being in the update and then it looks like the connection is lost and the characters are hung in the zone.

When the character table was altered to take the guilds out of it, it was never done to the character_backup table.

Looks like this needs to be done to the character_backup table:
ALTER TABLE character_backup ADD class TINYINT NOT NULL DEFAULT 0;
ALTER TABLE character_backup ADD level MEDIUMINT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE character_backup DROP guild;
ALTER TABLE character_backup DROP guildrank;
ALTER TABLE character_backup DROP publicnote;

I didn't go through the code yet but I but I am sure the query needs to be updated also so the insert into the character_backup will work.
Reply With Quote
  #2  
Old 03-20-2006, 03:26 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

changes made, thanks.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:16 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3