Update a custom synths SQL query (#9530)

This commit is contained in:
Erki
2020-07-31 00:54:53 +03:00
committed by GitHub
parent 69b2de47bc
commit 5a7f76f492
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ paiicon is the pai icon sprite name
return
else
var/DBQuery/customsynthsprites = dbcon.NewQuery("SELECT synthname, synthckey, synthicon, aichassisicon, aiholoicon, paiicon FROM ss13_customsynths WHERE deleted_at IS NULL ORDER BY synthckey ASC")
var/DBQuery/customsynthsprites = dbcon.NewQuery("SELECT synthname, synthckey, synthicon, aichassisicon, aiholoicon, paiicon FROM ss13_customsynths ORDER BY synthckey ASC")
customsynthsprites.Execute()
while(customsynthsprites.NextRow())
CHECK_TICK