Thread
:
Remove Augmentation Sealers
View Single Post
#
3
05-26-2019, 11:13 AM
chrsschb
Dragon
Join Date: Nov 2008
Location: GA
Posts: 904
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]
chrsschb
View Public Profile
Send a private message to chrsschb
Visit chrsschb's homepage!
Find all posts by chrsschb