mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 02:22:26 +00:00
Update a custom synths SQL query (#9530)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user