7 lines
113 B
SQL
7 lines
113 B
SQL
|
|
--positions
|
|
DELETE FROM structWorldPositions WHERE structID=0;
|
|
|
|
--data
|
|
DELETE FROM structData WHERE structID=0;
|