View Single Post
01-11-13, 10:53 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Code:
GetBuildInfo() => "5.2.0", "16446", "Jan  8 2013", 50200
New
  1. wowpedia, wowprog, commit, GetBlacklistMapName() -- 1 hit
  2. wowpedia, wowprog, commit, GetHolidayBGInfo() -- 1 hit
  3. wowpedia, wowprog, commit, GetRandomBGInfo() -- 1 hit
Removed
  1. wowpedia, wowprog, ClearChannelWatch()
  2. wowpedia, wowprog, SetChannelWatch()
string
  • New
    Lua Code:
    1. BATTLEGROUND_10V10 = "10v10"
    2. CREATE_NEW_ARENA_TEAM = "Create %s Team"
    3. DUNGEON_FLOOR_ISLEOFTHETHUNDERKING1 = "Ghostly Veins"
    4. DUNGEON_FLOOR_ISLEOFTHETHUNDERKING2 = "The Swollen Vault"
    5. DUNGEON_FLOOR_THUNDERKINGRAID1 = "Overgrown Statuary"
    6. DUNGEON_FLOOR_THUNDERKINGRAID2 = "Royal Amphitheater"
    7. DUNGEON_FLOOR_THUNDERKINGRAID3 = "Forgotten Depths"
    8. DUNGEON_FLOOR_THUNDERKINGRAID4 = "Roost of Ji-Kun"
    9. DUNGEON_FLOOR_THUNDERKINGRAID5 = "Halls of Shaping"
    10. DUNGEON_FLOOR_THUNDERKINGRAID6 = "Hall of Kings"
    11. DUNGEON_FLOOR_THUNDERKINGRAID7 = "Pinnacle of Storms"
    12. NO_ARENA_TEAM = "No %s Arena Team"
    13. POWER_TYPE_ANIMA_V2 = "Anima"
    14. POWER_TYPE_DEMONIC_FURY = "Demonic Fury"
    15. POWER_TYPE_VITA = "Vita"
    16. SPELL_FAILED_CUSTOM_ERROR_185 = "Already commended by this faction"
    17. SPELL_FAILED_CUSTOM_ERROR_186 = "Out of coins! Pickpocket humanoids to get more."
    18. SPELL_FAILED_CUSTOM_ERROR_187 = "Only one elemental spirit on a target at a time."
    19. SPELL_FAILED_CUSTOM_ERROR_188 = "You do not know how to tame Direhorns."

diffs by kd3 attached
Attached Files
File Type: zip 5.2.0.16408-16446.zip (24.8 KB, 744 views)
File Type: zip 5.1.0.16357-5.2.0.16446.zip (58.3 KB, 731 views)

Last edited by Ketho : 01-11-13 at 10:56 AM.