add RunCommand()

This commit is contained in:
Axel Cocat
2021-06-21 15:59:44 +02:00
parent b62c606c9e
commit d533224895
3 changed files with 18 additions and 0 deletions

View File

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