|
Maybe you added a wrong item , which it dosen't exist in the database or bugged item. Remove the item through the smc , or use these 2 queries. update _inventory
set itemid = 0 where charid =(select charid from _char where charname16='YOURCHARNAME') .It should be fixed.
|