Returns information on a specific World Boss to which the player is saved.
See also Player information functions.
Signature:
instanceName, worldBossID, instanceReset = GetSavedWorldBossInfo(index)
Arguments:
index- Index of a saved world boss (between 1 andGetNumSavedWorldBosses()) (number)
Returns:
instanceName- Name of the World Boss (string)worldBossID- Unique identifier of the saved World Boss (number)instanceReset- Approximate number of seconds remaining until the instance resets (number)