mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-15 09:42:40 +01:00
627a3fe384
Adds an automatic check for DBQuery.ErrorMsg() every time a DBQuery.Execute() proc is called. This makes hunting down unknown DB errors way easier. Also makes working with database functions less frustrating. Fixes my dungoof with the DBQuery.parseArguments() function as well. The string is now properly updated in the for() loop.