- Added several options and tools for streamers and youtubers.
- Bar animation now uses delta time and speed shouldn't variate with framerate. - Test bars got improvement! - Fixed balance druid sometimes being detected as resto druid. - API: added new events: COMBAT_ARENA_START, COMBAT_ARENA_END, COMBAT_MYTHICDUNGEON_START, COMBAT_MYTHICDUNGEON_END. - API: added Details:AddColorString (player_name, class), add the player class color in the name string. - API: added Details:AddRoleIcon (player_name, role, size), add the role icon in the name string. - API: framework updated to v57.
This commit is contained in:
+30
-2
@@ -135,14 +135,14 @@ do
|
||||
|
||||
-- Restoration Druid:
|
||||
|
||||
[145518] = 105, -- Genesis
|
||||
[145518] = 105, -- Genesis --no exists
|
||||
[145205] = 105, -- Wild Mushroom
|
||||
[48438] = 105, -- Wild Growth
|
||||
[740] = 105, -- Tranquility
|
||||
[102342] = 105, -- Ironbark
|
||||
[33763] = 105, -- Lifebloom
|
||||
[88423] = 105, -- Nature's Cure
|
||||
[8936] = 105, -- Regrowth
|
||||
--[8936] = 105, -- Regrowth -overlap
|
||||
[18562] = 105, -- Swiftmend
|
||||
|
||||
-- Beast Mastery Hunter:
|
||||
@@ -1572,6 +1572,34 @@ do
|
||||
--[29842] = "WARRIOR", --undribled wrath
|
||||
}
|
||||
|
||||
_detalhes.HardCrowdControlSpells = {
|
||||
--> death knight
|
||||
|
||||
--> deamon hunter
|
||||
|
||||
--> druid
|
||||
[33786] = true, -- Cyclone
|
||||
|
||||
--> hunter
|
||||
|
||||
--> mage
|
||||
|
||||
--> monk
|
||||
|
||||
--> paladin
|
||||
|
||||
--> priest
|
||||
|
||||
--> rogue
|
||||
|
||||
--> shaman
|
||||
|
||||
--> warlock
|
||||
|
||||
--> warrior
|
||||
|
||||
}
|
||||
|
||||
-- updated on 25/04/2015 (@Tonyleila - WoWInterface)
|
||||
_detalhes.CrowdControlSpells = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user