Quote:
Originally Posted by Piskota
Whats that item which one has ID =1? A hot fix is disabling it from refobjcommmon if not important. However i guess some of your procedures got messed up, try to copy the basic one from another reliable DB.
|
There is no items the slot is empty Which procedure because i copied chest proc From original database and still same error to fix issue i need to do this query
use SRO_VT_SHARD
update _Chest set ItemID =0 where ItemID= 1
UP