diff abbreviations.lua @ 106:095ee38508e8

Warn if restoring ridonkulous amount of data. Placeholder values for MoP raids.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sun, 05 Aug 2012 19:08:53 +0000
parents 940e53dd18c3
children ce45011fab4c
line wrap: on
line diff
--- a/abbreviations.lua	Sun Aug 05 16:59:24 2012 +0000
+++ b/abbreviations.lua	Sun Aug 05 19:08:53 2012 +0000
@@ -36,7 +36,13 @@
 local addon = select(2,...)
 if addon.NOLOAD then return end
 
+-- Currently indexed by GetInstanceInfo() values.
 addon.instance_abbrev = {
+	-------- MoP
+	["Mogu'shan Vaults"] = "MV",
+	["Heart of Fear"] = "HoF",
+	["Terrace of Endless Spring"] = "ToES",
+
 	-------- Cata
 	["Baradin Hold"] = "BH",
 	["The Bastion of Twilight"] = "BoT",
@@ -52,7 +58,13 @@
 	["Vault of Archavon"] = "VoA",
 }
 
+-- Currently indexed by "boss name" values, as generated by whatever boss mod
+-- is in use; see specific boss mod handling code to see how they get it.
 addon.boss_abbrev = {
+	-------- MoP
+	-- MV
+	["Will of the Emperor"] = "Talk to the Open Hand",
+
 	-------- Cata
 	-- BoT
 	["Halfus Wyrmbreaker"] = "Halfass Wyrmbreaker",