PDA

View Full Version : Items Dissappearing!


D3hPirate
11-25-2011, 08:29 AM
" [Debug] [WORLD__CLIENT] DAOE: Logged in. Mode=(CharSel)
[Debug] [WORLD__CLIENT] DAOE: MiniLogin Account #1
[Error] GetInventory query 'SELECT slotid,itemid,charges,color,augslot1,augslot2,augs lot3,augslot4,augslot5,instnodrop,custom_data FROM inventory INNER JOIN characte
r_ ch ON ch.id=charid WHERE ch.name='*****' AND ch.account_id=1 ORDER BY slotid' #1054: Unknown column 'custom_data' in 'field list'
[Error] If you got an error related to the 'instnodrop' field, run the following SQL Queries:
alter table inventory add instnodrop tinyint(1) unsigned default 0 not null;

Error loading inventory for ***** "

Anyone know how i can fix this please? Been trying to fix it for awhile now. :/

joligario
11-25-2011, 08:33 AM
You need to apply the sql updates that are listed as required up to the version you are using.

D3hPirate
11-25-2011, 08:41 AM
Could've swore i did that,guess not. Thanks buddy :)!