View Single Post
  #1  
Old 12-05-2012, 06:47 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default Removing the floating dagger from guildlobby

I have removed the message boards from the guildlobby using the following easy script if anyone cares:
Code:
DELETE FROM doors WHERE id>11965 AND id<11998;
But in the southwest room there was a dagger that was sticking into one of those message boards, presumably holding a message in place on there. Now that the boards are gone, that dagger is still there floating in space and I cannot figure out which object it is so that I can remove it.

Anyone know how to reference (in the database) the dagger in the southwest room of the guildlobby?
Reply With Quote