changeset 144:d7ece3ba6505

Add some abbreviation entries for Highmaul.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 26 Dec 2014 21:36:42 -0500
parents ce9fccd93428
children e4bfe7a8b1c9
files abbreviations.lua
diffstat 1 files changed, 23 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/abbreviations.lua	Thu Nov 13 22:12:52 2014 -0500
+++ b/abbreviations.lua	Fri Dec 26 21:36:42 2014 -0500
@@ -40,12 +40,12 @@
 The index is the universal InstanceMapID value, which can be looked up here:
    http://wowpedia.org/InstanceMapID
 You can also use the official English localized name, which was the only
-available method in the past.  Note that these names are case-sensistive.
+available method in the past.  Note that those names are case-sensistive.
 ]==]
 addon.instance_abbrev = {
 	-------- WoD
-	--[] = "", -- Highmaul
-	--[] = "BRF", -- Blackrock Foundry
+	--[1228] = "HM", -- Highmaul
+	[1205] = "BRF", -- Blackrock Foundry
 
 	-------- MoP
 	[1008] = "MV", -- Mogu'shan Vaults
@@ -71,9 +71,28 @@
 }
 
 -- 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.
+-- is in use; see specific boss mod handling code to see how they get it.  For
+-- DBM, this is "mod.combatInfo.name" or "mod.id", preferring the first; that
+-- name defaults to "mod.localization.general.name", which for modern raids
+-- is from the encounter journal:  EJ_GetEncounterInfo or EJ_GetCreatureInfo.
+-- For
+--     DBM:NewMod (encid, "...", ..., ..., modifier)
+-- this means
+--     EJ_GetEncounterInfo (encid)
+--     EJ_GetCreatureInfo (modifier, encid)   second return
+--
+-- As such, this table really needs to be thrown out and redone with modern
+-- encounter IDs and sub-IDs.
 addon.boss_abbrev = {
 	-------- WoD
+	-- HM
+	["Kargath Bladefist"] = "Kill #100",
+	["The Butcher"] = "Same Butcher as in Diablo, Honest",
+	--["Brackenspore"] = "",
+	--["Tectus"] = "",
+	["Twin Ogron"] = "Polyphemos",
+	--["Ko'ragh"] = "",
+	--["Imperator Mar'gok"] = "",
 
 	-------- MoP
 	-- MV