General Fixes
- Added Phial of Serenity from Kyrians to Potion Usage. - Merged all warriors whirlwind. - Cleanup on old cooldowns. - Added Rake and Binding Shot to Crowd Control. - Fixed some cases of DeathLog not showing healing.
This commit is contained in:
+6
-6
@@ -465,15 +465,9 @@ function Details:StartMeUp() --I'll never stop!
|
||||
--coach feature startup
|
||||
Details.Coach.StartUp()
|
||||
|
||||
--enforce to show 6 abilities on the tooltip
|
||||
--_detalhes.tooltip.tooltip_max_abilities = 6 freeeeeedooommmmm
|
||||
|
||||
--force the group edit be always enabled when Details! starts
|
||||
_detalhes.options_group_edit = true
|
||||
|
||||
--remove standard skin on 9.0.1
|
||||
_detalhes.standard_skin = false
|
||||
|
||||
--enforce to use the new animation code
|
||||
if (_detalhes.streamer_config) then
|
||||
_detalhes.streamer_config.use_animation_accel = true
|
||||
@@ -481,6 +475,12 @@ function Details:StartMeUp() --I'll never stop!
|
||||
|
||||
--shutdown pre-pot announcer
|
||||
Details.announce_prepots.enabled = false
|
||||
--disable the min healing to show
|
||||
Details.deathlog_healingdone_min = 1
|
||||
--remove standard skin on 9.0.1
|
||||
_detalhes.standard_skin = false
|
||||
--enforce to show 6 abilities on the tooltip
|
||||
--_detalhes.tooltip.tooltip_max_abilities = 6 freeeeeedooommmmm
|
||||
|
||||
--Plater integration
|
||||
C_Timer.After(2, function()
|
||||
|
||||
Reference in New Issue
Block a user