- Advanced Death Logs plugin got updates on Endurance Player Value and few bug fixes.
- Max Window Amount options can new be set to 1, before the minimum was 3. - Fixed a problem with friendly fire tooltip where sometimes it doesn't show up. - Fixed cooldowns tooltip which wasn't showing rounded numbers (49.99 instead of 50). - Fixed Warrior's Shield Block which wasn't being count as a cooldown. - Fixed a problem where sometimes when a hunter pull and reset the boss right after, was causing segments to merge.
This commit is contained in:
@@ -42,12 +42,25 @@ local highmaul = {
|
||||
|
||||
encounter_ids2 = {
|
||||
--combatlog encounter id
|
||||
|
||||
[1721] = 1, --kargath
|
||||
[1706] = 2, --the butcher
|
||||
[1722] = 3, --tectus
|
||||
[1720] = 4, --brakenspore
|
||||
[1719] = 5, --twin ogron
|
||||
[1723] = 6, --Koragh
|
||||
[1705] = 7, --Margok
|
||||
},
|
||||
|
||||
boss_ids = {
|
||||
--npc ids
|
||||
|
||||
[78714] = 1, --Kargath
|
||||
[77404] = 2, --The Butcher
|
||||
[78948] = 3, --Tectus
|
||||
[78491] = 4, --Brakenspore
|
||||
[78238] = 5, --Pol
|
||||
[78237] = 5, --Phemos
|
||||
[79015] = 6, --Koragh
|
||||
[77428] = 7, --Margok
|
||||
},
|
||||
|
||||
encounters = {
|
||||
|
||||
Reference in New Issue
Block a user