API GetHolidayBGHonorCurrencyBonuses

From Warcraft Wiki
Jump to navigation Jump to search

Returns additional rewards for completing a Call to Arms (holiday) battleground.

hasWin, winHonor, winArena, lossHonor, lossArena = GetHolidayBGHonorCurrencyBonuses()

Returns

hasWin
Boolean - true if you've already won a Call to Arms battleground game today, false otherwise.
winHonor
Number - amount of bonus honor currency conferred upon winning the battleground game.
winArena
Number - amount of bonus arena currency conferred upon winning the battleground game.
lossHonor
Number - amount of bonus honor currency conferred upon losing the battleground game.
lossArena
Number - amount of bonus arena currency conferred upon losing the battleground game.

Patch history

Wrath-Logo-Small.png Patch 3.3.3 (2010-03-23): Added.

See also