Skip to content

Commit

Permalink
Fix documentation for GetStateMap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrorblade committed Jan 23, 2024
1 parent d07e0b2 commit 81d76ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrinityCore/GlobalMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ namespace LuaGlobalFunctions
}

/**
* Returns the map pointer of the Lua state. Returns null for the "World" state.
* Returns the [Map] pointer of the Lua state. Returns null for the "World" state.
*
* @return int32 mapId
* @return [Map] map
*/
int GetStateMap(Eluna* E)
{
Expand Down

0 comments on commit 81d76ba

Please sign in to comment.