Fixes Undeleted SQL Query in Tutorial Code (#89172)

## About The Pull Request

Surprisingly never came up until now, anyways this needs to deleted in
case the `Execute()` fails because undeleted SQL queries are bad (iirc)
## Why It's Good For The Game

No more random errors
## Changelog
Unneeded
This commit is contained in:
san7890
2025-01-23 11:31:33 -07:00
committed by GitHub
parent 6e372f2825
commit fec69cec3e
+1
View File
@@ -92,6 +92,7 @@ SUBSYSTEM_DEF(tutorials)
)
if (!select_tutorials_for_ckey.Execute())
qdel(select_tutorials_for_ckey)
return
while (select_tutorials_for_ckey.NextRow())