Implemented ObjectGuid support for AzerothCore.

This commit is contained in:
UltraNix
2021-04-21 19:55:37 +02:00
parent ca5f1bb59d
commit c4383324fb
19 changed files with 206 additions and 181 deletions

View File

@@ -17,7 +17,7 @@ namespace LuaCorpse
/**
* Returns the GUID of the [Player] that left the [Corpse] behind.
*
* @return uint64 ownerGUID
* @return ObjectGuid ownerGUID
*/
int GetOwnerGUID(lua_State* L, Corpse* corpse)
{