mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
Add the missing arg. (#4895)
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
query_data["cat"] = spawn_category
|
||||
|
||||
var/DBQuery/query_books = dbcon.NewQuery(query_str)
|
||||
query_books.Execute()
|
||||
query_books.Execute(query_data)
|
||||
|
||||
while (query_books.NextRow())
|
||||
CHECK_TICK
|
||||
|
||||
Reference in New Issue
Block a user