View Single Post
08-09-12, 03:24 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
String Variables
  • New
    Lua Code:
    1. DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS1 = "Hall of the Crescent Moon"
    2. DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS2 = "The Imperial Mercantile"
    3. DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS3 = "The Emperor's Step"
    4. DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS4 = "The Imperial Exhcange"
    5. ITEM_UPGRADE_STAT_AVERAGE_ITEM_LEVEL = "Item Level"
    6. REPORT_PET_NAME_CONFIRMATION = "Are you sure you want to report %s for inappropriate pet name?"
    7. TRANSFER_ABORT_XREALM_ZONE_DOWN = "Transfer Aborted: cross-realm zone is down"
  • Removed
    Lua Code:
    1. DUNGEON_FLOOR_SHRINEOFSEVENSTARS3 = "The Emperor's Step"
    2. DUNGEON_FLOOR_SHRINEOFSEVENSTARS4 = "The Imperial Exhcange"
    3. DUNGEON_FLOOR_SHRINEOFTWOMOONS1 = "Hall of the Crescent Moon"
    4. DUNGEON_FLOOR_SHRINEOFTWOMOONS2 = "The Imperial Mercantile"
    5. texName = "Interface\\WorldMap\\Elwynn\\Elwynn12" -- local scope

Number Variables
  • New
    Lua Code:
    1. ADDFRIENDFRAME_BNETHEIGHT = 296
    2. ADDFRIENDFRAME_WOWHEIGHT = 218
  • Removed
    Lua Code:
    1. MONKHARMONYBAR_SHOW_LEVEL = 0
    2. _framesSinceLast = 10 -- local scope
    3. _timeSinceLast = 1.3500000871718 -- local scope
    4. currentRank = 0 -- local scope
    5. indentLevel = 0 -- local scope
    6. mask = 256 -- local scope
    7. numPopUps = 0 -- local scope
    8. startingRank = 0 -- local scope

Tables
  • New
    Code:
    RUNE_MAPPING
    SLOT_ANIMATIONS
    UVARINFO
  • Removed
    Code:
    InspectRangedSlot
    InspectRangedSlotCount
    InspectRangedSlotFrame
    InspectRangedSlotIconTexture
    InspectRangedSlotSearchOverlay
    InspectRangedSlotStock
    TransmogrifyFrameRangedSlot
    TransmogrifyFrameRangedSlotAlterationTexture
    TransmogrifyFrameRangedSlotBorder
    TransmogrifyFrameRangedSlotGrabber
    TransmogrifyFrameRangedSlotIconTexture
    TransmogrifyFrameRangedSlotNoItem
    TransmogrifyFrameRangedSlotUndoIcon
    achievementFunctions -- local scope
    frame -- local scope
    runeMapping -- renamed
    shineGet -- local scope
    skillButtonNumSkillUpsText
    skillButtonSubSkillRankBar
    slotAnimations -- renamed
    uvarInfo -- renamed