View Single Post
  #3  
Old 05-26-2019, 11:13 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Type 53 in the object table.

Code:
UPDATE object SET zpos = -1000 WHERE type = 53;
Will just hide them. Or you can run this

Code:
SELECT * FROM object WHERE type = 53;
and just delete them.
__________________
Clumsy's World: Resurgence [2019-Present]
Clumsy's World 2.0 [2014-2016]
Clumsy's World [2006-2012]
Reply With Quote