no... i had this before. If it can't find certain items in Refcommon, you'll have to delete it from refmonsterdrop. Usually GameServer should prompt you the id of the items or monster, then you'll have to delete it by
Code:
use SRO_VT_SHARD
delete from _RefMonster_AssignedItemDrop
where refitemid='XXXX'
or
Code:
use SRO_VT_SHARD
delete from _RefMonster_AssignedItemDrop
where RefMonsterID='XXXX'
Just FYI, this is all SQL query.
where XXXX= the digit or id of items/monsters.
Not sure what other private sro database name is, but this query so far I know it works for vsro