Skip to content

Commit 624eeff

Browse files
qaisjpccw808
authored andcommitted
Add oopdef for dbPrepareString
1 parent f61c89f commit 624eeff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MTA10_Server/mods/deathmatch/logic/luadefs/CLuaDatabaseDefs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ void CLuaDatabaseDefs::AddClass ( lua_State* luaVM )
3939

4040
lua_classfunction ( luaVM, "create", "dbConnect" );
4141
lua_classfunction ( luaVM, "exec", "dbExec" );
42+
lua_classfunction ( luaVM, "prepareString", "dbPrepareString" );
4243
lua_classfunction ( luaVM, "query", "dbQuery", OOP_DbQuery );
4344

4445
lua_registerclass ( luaVM, "Connection", "Element" );

0 commit comments

Comments
 (0)