chore: fix docs (#40)

This commit is contained in:
Axel Cocat
2022-06-01 20:07:53 +02:00
committed by GitHub
parent 0f58203e23
commit 47de11cca3
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ namespace LuaMap
* Returns a [WorldObject] by its GUID from the map if it is spawned. * Returns a [WorldObject] by its GUID from the map if it is spawned.
* *
* @param ObjectGuid guid * @param ObjectGuid guid
* @return WorldObject object * @return [WorldObject] object
*/ */
int GetWorldObject(lua_State* L, Map* map) int GetWorldObject(lua_State* L, Map* map)
{ {

View File

@@ -1416,7 +1416,7 @@ namespace LuaPlayer
/** /**
* Returns the database textID of the [WorldObject]'s gossip header text for the [Player] * Returns the database textID of the [WorldObject]'s gossip header text for the [Player]
* *
* @param WorldObject object * @param [WorldObject] object
* @return uint32 textId : key to npc_text database table * @return uint32 textId : key to npc_text database table
*/ */
int GetGossipTextId(lua_State* L, Player* player) int GetGossipTextId(lua_State* L, Player* player)