C_QuestLog.QuestCanHaveWarModeBonus

From Warcraft Wiki
Jump to navigation Jump to search

Tests whether a quest is eligible for warmode bonuses (e.g. many world quests).

hasBonus = C_QuestLog.QuestCanHaveWarModeBonus(questID)

Arguments

questID
number - Unique identifier for a quest, corresponding to the middle portion of a QuestString

Returns

hasBonus
boolean - True if the quest offers increased rewards to players who maintained warmode during the entire period of completing the quest.

Patch changes

Battle for Azeroth Patch 8.3.0 (2020-01-14): Added. (Build 33369, Feb 13 2020)