Mercurial > wow > wowdb-profiler
diff Constants.lua @ 426:de0795cfbe56
Removed new kill count system for raid encounters while it undergoes further testing.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Tue, 13 Jan 2015 02:51:55 -0500 |
parents | 063309f31455 |
children | 6e55341c3fa4 |
line wrap: on
line diff
--- a/Constants.lua Wed Jan 07 19:05:01 2015 -0500 +++ b/Constants.lua Tue Jan 13 02:51:55 2015 -0500 @@ -312,58 +312,6 @@ private.CONTAINER_ITEM_ID_LIST[value] = false end --- Mapping of NPC IDs for use with GetLFGDungeonEncounterInfo and GetSavedInstanceEncounterInfo. --- Non-english clients can't partcipate due to these poorly-thought-out API functions. -private.RAID_ENCOUNTER_NAME_TO_NPC_ID_MAP = { - ----------------------------------------------------------------------- - -- Blackrock Foundry - ----------------------------------------------------------------------- - ["Oregorger the Devourer"] = 77182, - ["Gruul"] = 76877, - ["Hans'gar & Franzok"] = 76973, - ["Beastlord Darmac"] = 76865, - ["Flamebender Ka'graz"] = 76814, - ["Operator Thogar"] = 76906, - ["Blast Furnace"] = 76809, - ["Kromog, Legend of the Mountain"] = 77692, - ["The Iron Maidens"] = 77557, - ["Blackhand"] = 77325, - - ----------------------------------------------------------------------- - -- Highmaul - ----------------------------------------------------------------------- - ["Kargath Bladefist"] = 78714, - ["The Butcher"] = 77404, - ["Brackenspore"] = 78491, - ["Tectus, The Living Mountain"] = 78948, - ["Twin Ogron"] = 78237, - ["Ko'ragh"] = 79015, - ["Imperator Mar'gok"] = 77428, - - ----------------------------------------------------------------------- - -- Mists of Pandaria - ----------------------------------------------------------------------- - ["Immerseus"] = 71543, - ["Fallen Protectors"] = 71475, - ["Norushen"] = 72276, - ["Sha of Pride"] = 71734, - ["Galakras"] = 72249, - ["Iron Juggernaut"] = 71466, - ["Kor'kron Dark Shaman"] = 71859, - ["General Nazgrim"] = 71515, - ["Malkorok"] = 71454, - ["Spoils of Pandaria"] = 71889, - ["Thok the Bloodthirsty"] = 71529, - ["Siegecrafter Blackfuse"] = 71504, - ["Paragons of the Klaxxi"] = 71161, - ["Garrosh Hellscream"] = 71865, -} --- To prevent kill count from being incremented in the old fashion (only when using personal loot for now) -private.RAID_ENCOUNTER_NPC_ID_LIST = {} -for key, value in next, private.RAID_ENCOUNTER_NAME_TO_NPC_ID_MAP do - private.RAID_ENCOUNTER_NPC_ID_LIST[value] = true -end - -- Mapping of Spell IDs for bonus roll confirmation prompts to raid bosses -- In some cases this records only bonus loot, and in other cases this is needed for all loot. private.RAID_BOSS_BONUS_SPELL_ID_TO_NPC_ID_MAP = {