# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1419647802 18000 # Node ID d7ece3ba65052e55784537450518abfbb535102e # Parent ce9fccd93428541c66cbfbd0a7924176db7d42ce Add some abbreviation entries for Highmaul. diff -r ce9fccd93428 -r d7ece3ba6505 abbreviations.lua --- 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