View Single Post
  #5  
Old 05-20-2009, 06:47 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by ChaosSlayerZ View Post
ok the server runs, i connect, but when i try to log in my char from char selection screen I get following errors:

Error in GetCharacterInfo #1054 Uuknown collumn 'instanceid'

then i get disconected message.

I am telling you guys something STILL missing from requred sql updates for 535
Chaos run this query and see if it helps ya out
Code:
ALTER TABLE `character_` ADD `instanceid` SMALLINT UNSIGNED DEFAULT '0' NOT NULL AFTER `zoneid`;
ALTER TABLE `character_` DROP `instZflagNum`;
ALTER TABLE `character_` DROP `instZOrgID`;

ALTER TABLE `player_corpses` ADD `instanceid` SMALLINT UNSIGNED DEFAULT '0' NOT NULL AFTER `zoneid`;
ALTER TABLE `player_corpses` ADD INDEX `instanceid` (`instanceid`);
Reply With Quote