Jump to content

[SQL]DB error - Unknown column 'bound' in 'field list'


Recommended Posts

Posted (edited)

Huhu,

 

habe das Problem das man kein Equipment anziehen kann, außer Headgears die sieht man dann aber im Equip Fenster nicht. Ebenso verschwindet das Loot das man gefunden hat nach einen Relog ist alles weg. Q_Q

 

ingame%20_equip_error.png

 

Dann erscheint noch dieser Fehler:

 

sql_db_error.png

 

Wenn mir da jemand helfen könnte wäre ich sehr dankbar.

 

Grüße Yuki ^-^/)

Edited by Yuki85
Posted

Dir fehlt die Spalte "bound" in allen Itemtabellen. Das Feature wurde mit r17351 eingeführt und du musst das dazugehörige SQL Upgrade File auf deinem MySQL Server ausführen.

 

Zu finden ist diese Datei unter /sql-files/upgrades/upgrade_svn17351.sql:

ALTER TABLE `inventory` ADD COLUMN `bound` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `favorite`;
ALTER TABLE `cart_inventory` ADD COLUMN `bound` TINYINT(3) UNSIGNED NOT NULL default '0' AFTER `expire_time`;
ALTER TABLE `storage` ADD COLUMN `bound` TINYINT(3) UNSIGNED NOT NULL default '0' AFTER `expire_time`;
ALTER TABLE `guild_storage` ADD COLUMN `bound` TINYINT(3) UNSIGNED NOT NULL default '0' AFTER `expire_time`;

 

Hoffe das hat geholfen.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...