View Single Post
02-14-13, 08:46 PM   #8
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
kd3 figured out what the Blizzard_QuestChoice addon is used for ...
Code:
GetBuildInfo() => "5.2.0", "16577", "Feb 11 2013", 50200
FrameXML
New
  1. go-hero, ControlGetActiveCvarValue()
  2. go-hero, GetApplicableMultisampleSetting()

string
  • New
    Lua Code:
    1. LFG_BONUS_REPUTATION_TOOLTIP = "Champion a faction by clicking the star button.  You will earn bonus reputation with the selected faction for various activities."

number
  • New
    Lua Code:
    1. REWARDS_WIDTH = 200
table
  • New
    Code:
    InterfaceOptionsStatusTextPanelDisplayDropDownNew
    PlayerTalentFramePetSpecializationLearnButtonFlash
    PlayerTalentFrameSpecializationLearnButtonFlash
  • Removed
    Code:
    QuestChoiceFrameOption1ItemName
    QuestChoiceFrameOption1ItemNameFrame
    QuestChoiceFrameOption2ItemName
    QuestChoiceFrameOption2ItemNameFrame

diffs by kd3 attached
Attached Files
File Type: zip 5.1.0.16357-5.2.0.16577.zip (135.2 KB, 645 views)
File Type: zip 5.2.0.16562-16577.zip (6.2 KB, 680 views)

Last edited by Ketho : 02-14-13 at 08:59 PM.