View Single Post
Old 12-07-2007, 05:32 PM   #3
manikus
Jack Burton
 

Join Date: July 13, 2001
Location: Stumptown
Age: 53
Posts: 5,444
Default Re: item database bug/quirk?

It's not a bug, but a function of the database system.
If you create an item in db1 and reference it in db2, instances in db2 with that reference callback to db1 instead of copying it (saves a lot of space). So, if the item in db1 is deleted but the db2 callback is still looking for it, it returns a message of 'no item'.

I believe that all 3 databases interact with each other in this way.
__________________
manikus is offline   Reply With Quote