Method PlayerBot.GetCharAccountIdByGuid [-] [+]
Returns the account ID that owns a character, looked up by GUID.
Synopsis
accountId = Playerbot.GetCharAccountIdByGuid( guidLow )
Arguments
number guidLowThe low part of the character's GUID.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
number accountIdThe owning account ID, or 0 if not found.
Valid numbers: integers from 0 to 4,294,967,295.