Wowpedia

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

READ MORE

Wowpedia
Advertisement

Needs summary.

honor, experience, itemRewards, currencyRewards, hasWon = C_PvP.GetBrawlRewards(brawlType)

Arguments[]

brawlType
Enum.BrawlType
Value Field Description
0 None
1 Battleground
2 Arena
3 LFG
4 SoloShuffle

Returns[]

honor
number
experience
number
itemRewards
BattlefieldItemReward[]?
Field Type Description
id number
name string
texture number
quantity number
currencyRewards
BattlefieldCurrencyReward[]?
Field Type Description
id number
quantity number
hasWon
boolean

Patch changes[]

Legion Patch 7.2.0 (2017-03-28): Added.

Advertisement