Quote:
Originally Posted by Irreverent
Well, got into the game in the arena...but tried to zone to PoK and the zone shut down...
log has
"activity for non-existant task (12, 1) while loading activities..."
looking at the activities table, there is duplicate tasks for 12? Going to try to delete those rows.
|
Looks like you may not have some tables up to date - remember, if you restored characters from an old backup before you ran these;
Code:
ALTER table character_ ADD column `instZflagNum` int(10) unsigned NOT NULL default '0';
ALTER table character_ ADD column `instZOrgID` int(11) NOT NULL default '0';
ALTER TABLE `character_` ADD `lfp` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `character_` ADD `lfg` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';
Things like getting sent to Arena on login will happen (if you get in at all).
Run the lines again (after restore), just incase.