mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
docs: add missing callback argument to async query methods
This commit is contained in:
@@ -1361,6 +1361,7 @@ namespace LuaGlobalFunctions
|
||||
* end)
|
||||
*
|
||||
* @param string sql : query to execute
|
||||
* @param function callback : function that will be called when the results are available
|
||||
*/
|
||||
int WorldDBQueryAsync(lua_State* L)
|
||||
{
|
||||
@@ -1429,6 +1430,7 @@ namespace LuaGlobalFunctions
|
||||
* For an example see [Global:WorldDBQueryAsync].
|
||||
*
|
||||
* @param string sql : query to execute
|
||||
* @param function callback : function that will be called when the results are available
|
||||
*/
|
||||
int CharDBQueryAsync(lua_State* L)
|
||||
{
|
||||
@@ -1497,6 +1499,7 @@ namespace LuaGlobalFunctions
|
||||
* For an example see [Global:WorldDBQueryAsync].
|
||||
*
|
||||
* @param string sql : query to execute
|
||||
* @param function callback : function that will be called when the results are available
|
||||
*/
|
||||
int AuthDBQueryAsync(lua_State* L)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user