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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 224
|
||||
local dversion = 227
|
||||
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
+4
-1
@@ -768,13 +768,16 @@ DF.CrowdControlSpells = {
|
||||
[50259] = "DRUID", --Dazed (from Wild Charge)
|
||||
[209753] = "DRUID", --Cyclone (from pvp talent)
|
||||
[33786] = "DRUID", --Cyclone (from pvp talent - resto druid)
|
||||
[155722] = "DRUID", --Rake
|
||||
[163505] = "DRUID", --Rake
|
||||
[127797] = "DRUID", --Ursol's Vortex
|
||||
|
||||
[3355] = "HUNTER", --Freezing Trap / Diamond Ice (from pvp talent)
|
||||
[19577] = "HUNTER", --Intimidation
|
||||
[190927] = "HUNTER", --Harpoon
|
||||
[162480] = "HUNTER", --Steel Trap
|
||||
[24394] = "HUNTER", --Intimidation
|
||||
[117405] = "HUNTER", --Binding Shot (trigger)
|
||||
[117526] = "HUNTER", --Binding Shot (triggered)
|
||||
|
||||
[119381] = "MONK", --Leg Sweep
|
||||
[115078] = "MONK", --Paralysis
|
||||
|
||||
Reference in New Issue
Block a user