- Deprecated rules for friendly fire has been removed, this might fix some random issues with mind controlled players in the Lord Stormsong encounter in the Shrine of the Storm dungeon.

- Fixed DBM/BigWigs aura creation from the Spell List panel.
- Chart scripts now receives the envTable, use local envTable = ... .
- Polymorth (Black Cat) and Between the Eyes got added to Crowd Control list.
- Fixed Timeline plugin not showing the cooldown panel.
- Overall data setting won't reset on every logout.
- Slash command '/details merge' won't flag the merged combat as a trash segment anymore.
- Added function to use on macros to open the Player Details Window: /script Details:OpenPlayerDetails(1).
- Done more improvements on the Death Recap window.
This commit is contained in:
Tercio
2018-09-25 20:21:13 -03:00
parent d8134d51f1
commit 7b3078ae39
11 changed files with 195 additions and 88 deletions
+2 -2
View File
@@ -1849,8 +1849,8 @@ function _G._detalhes:Start()
_detalhes:RefreshPlaterIntegration()
end)
--> override the overall data flag on this release only (remove on the release)
Details.overall_flag = 0x10
--> override the overall data flag on this release only (remove on the next release)
--Details.overall_flag = 0x10
end