- fixed issue when reporting a custom heal attribute.
- fixed problem with dps with isn't showing after a new combat start. - fixed icon problem on actor details panel. - fixed a rare issue when switching between healing and damage throws a lua error. - fixed custom list which wasn't showing the correct custom selected. - added single click report for damage prevented. - added a alert when data share is running. - added single click report for cooldowns. - cooldowns tooltip now show 15 cooldowns up from 3. - added API: _detalhes:GetEncounterEqualize (mapid, bossindex) - added API CoolTip options: "MinWidth".
This commit is contained in:
@@ -306,6 +306,7 @@ local siege_of_orgrimmar = {
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Norushen]],
|
||||
|
||||
combat_end = {1, 72276},
|
||||
equalize = true,
|
||||
|
||||
spell_mechanics = {
|
||||
[146707] = {0x1}, --> Disheartening Laugh
|
||||
@@ -1323,6 +1324,7 @@ local siege_of_orgrimmar = {
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Garrosh Hellscream]],
|
||||
|
||||
combat_end = {1, 71865},
|
||||
equalize = true,
|
||||
|
||||
spell_mechanics = {
|
||||
[144582] = {0x1}, --Hamstring (Kor'kron Warbringers)
|
||||
|
||||
@@ -115,6 +115,7 @@ local throne_of_thunder = {
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Horridon]],
|
||||
|
||||
combat_end = {1, 68476},
|
||||
equalize = true,
|
||||
|
||||
spell_mechanics = {
|
||||
[136719] = {0x10}, --> Blazing Sunlight (Wastewalker)
|
||||
@@ -747,6 +748,7 @@ local throne_of_thunder = {
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Empyreal Queens]],
|
||||
|
||||
combat_end = {2, {68904, 68905}},
|
||||
equalize = true,
|
||||
|
||||
spell_mechanics = {
|
||||
[137410] = {0x200, 0x1}, --> Blazing Radiance
|
||||
|
||||
Reference in New Issue
Block a user