Help plz. Weird bug

1
I have 2 logs with the spinny icon thing that cant be picked up, sawed, or N'd. I found the terrain ID they are located on with $TerrainSelection::debug_drawCellInfo = 1;
and deleted what was there in the DB and restarted the server, but they are still there. i went back in and checked for stuff in the adjacent tiles.. nothing.

they can be stood on but your character vibrates when on top of them. you cant hit them with a seige torch and cant be blown up with a sapper charge. i tried 10.
they are not on a claim or admin land.

I'm out of ideas.

Re: Help plz. Weird bug

4
the records in objects_patch have a version number that must be consecutive for each terrain ID.
if you delete a record somewhere, there will be a version number missing and the server won't start. so you'd have to edit all the following records and lower their version number to get consecutive numbering. finally you have to update the objects_version column in the terrain_blocks table with the new final version number.

TL;DR: don't delete objects from database. it's a hideous, daunting task.
cron