mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
fixed a silly row bug
This commit is contained in:
parent
a19b00fd2f
commit
6b80e9e8d2
@ -117,6 +117,7 @@ static cell AMX_NATIVE_CALL dbi_query(AMX *amx, cell *params)
|
||||
|
||||
oldrs->info = info;
|
||||
oldrs->pQuery = pQuery;
|
||||
oldrs->firstCall = true;
|
||||
hndl = MakeHandle(oldrs, Handle_OldResult, FreeOldResult);
|
||||
return hndl;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user