- 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:
@@ -1223,6 +1223,7 @@ do
|
||||
--[114203] = {180, 15}, -- Demoralizing Banner
|
||||
[114028] = {60, 5}, -- Mass Spell Reflection
|
||||
[97462] = {180, 10}, -- Rallying Cry
|
||||
[2565] = {12, 6}, -- Shield Block
|
||||
}
|
||||
|
||||
_detalhes.DefensiveCooldownSpells = {
|
||||
@@ -1299,9 +1300,8 @@ do
|
||||
[23920] = {25, 5}, -- Spell Reflection
|
||||
[114030] = {120, 12}, -- Vigilance
|
||||
[118038] = {120, 8}, -- Die by the Sword
|
||||
[2565] = {90, 6}, -- Shield Block
|
||||
[112048] = {90, 6}, -- Shield Barrier
|
||||
["WARRIOR"] = {871, 12975, 23920, 114030, 118038, 114028, 97462} --114203
|
||||
["WARRIOR"] = {871, 12975, 23920, 114030, 118038, 114028, 97462, 2565} --114203
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user