Quote:
Originally Posted by ChaosSlayerZ
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`);