Hi evryone i had that error when i update to the latest core my chars was naked i mean i use MySQL Server v5, witch sql files i have to upload to the logon and world databases, thanks please tell me the exact names !
Hi evryone i had that error when i update to the latest core my chars was naked i mean i use MySQL Server v5, witch sql files i have to upload to the logon and world databases, thanks please tell me the exact names !
It most likely is because in the last few revisions there was an update for the items table, run this query and they should be fine again.
alter table `items` add column `itemstatscount` int UNSIGNED DEFAULT '10' NOT NULL after `ContainerSlots`;
alter table `items` add column `existingduration` int UNSIGNED DEFAULT '0' NOT NULL after `unk2`;
Execute the latest SQL updates and check your playercreateinfo tables.
If you need me you have my skype, if you don't have my skype then you don't need me.
like 2D said... you are probably missing the data in the playercreateinfo table![]()