Returns the amount of arena points awarded when completing a quest.
Returns the amount of arena points awarded when completing a quest. Only valid when the questgiver UI is showing the accept/decline or completion stages of a quest dialog (between the QUEST_DETAIL and QUEST_FINISHED events, or between the QUEST_COMPLETE and QUEST_FINISHEDevents); otherwise may return zero or a value from the most recently displayed quest. Unused as of 3.3.3, as no quest rewards arena points since the Call to Arms quests have been removed. Signature:
Code
arenaPoints = GetRewardArenaPoints()
Returns:
arenaPoints - The arena points to be awarded (number)