Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns information about the player's world boss loot lockout.

name, worldBossID, reset = GetSavedWorldBossInfo(index)

Arguments[]

index
number - Index of the world boss lockout to query, ascending from 1 to GetNumSavedWorldBosses().

Returns[]

name
string - world boss lockout name, e.g. "The Four Celestials"
worldBossID
number - unique world boss ID, e.g. 5 for The Four Celestials.
reset
number - time in seconds until the loot lockout expires.

Patch changes[]

Mists of Pandaria Patch 5.4.0 (2013-09-10): Added.

See also[]

Advertisement