WoW:API GetWintergraspWaitTime: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetWintergraspWaitTime to API GetWintergraspWaitTime without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← WoW API < GetWintergraspWaitTime
Get the number of seconds until the next Wintergrasp battle.
seconds = GetWintergraspWaitTime()
Returns[edit]
- seconds (integer) - The number of seconds until the next Wintergrasp battle, or nil if currently in progress.
Details[edit]
Notes[edit]
- As of patch 3.1, the function will occasionally return nil or a non-changing value when it should not. Current speculation is that this happens when you are not in Northrend or Wintergrasp is an undiscovered zone (ie, running the function as a level 1 bank alt)
- Function has been removed.