- Advanced Death Logs (plugin): done a calibration on endurance calculation.
- Raid Check (plugin): now also show information for 50+ stats runes. - Fixed cooldowns spell targets on overall data. - Fixed report custom displays where sometimes it didn't report spell links. - Replaced old report line saying 'for the last X segments' with 'overall data'. - Mini-displays on statusbar are now more responsible to right button click. - Added Mage's Greater Invisibility as cooldown.
This commit is contained in:
@@ -1574,6 +1574,7 @@ do
|
||||
--["MAGE"] = {},
|
||||
[159916] = {120, 6}, -- "Amplify Magic"
|
||||
[157913] = {45, 3, 1}, -- "Evanesce"
|
||||
[110960] = {90, 20, 1}, -- greater invisibility - 110959 too
|
||||
|
||||
--["MONK"] = {},
|
||||
[115295] = {30, 30, 1}, -- Guard
|
||||
@@ -1654,7 +1655,7 @@ do
|
||||
|
||||
-- Mage
|
||||
[45438] = {300, 12}, -- Ice Block
|
||||
["MAGE"] = {45438, 159916, 157913},
|
||||
["MAGE"] = {45438, 159916, 157913, 110960},
|
||||
|
||||
-- Monk
|
||||
[122470] = {90, 10}, -- Touch of Karma
|
||||
|
||||
Reference in New Issue
Block a user