Commit 9432380c authored by Ivaria's avatar Ivaria
Browse files

Warlock spell Dark Intent now longer provides stam buff

parent b1226afa
## Interface: 60000
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras
## Version: 3.65
## Version: 3.66
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## SavedVariablesPerCharacter: VUHDO_CONFIG, VUHDO_PANEL_SETUP, VUHDO_SPELL_ASSIGNMENTS, VUHDO_HOSTILE_SPELL_ASSIGNMENTS, VUHDO_MM_SETTINGS, VUHDO_PLAYER_TARGETS, VUHDO_MAINTANK_NAMES, VUHDO_BUFF_SETTINGS, VUHDO_POWER_TYPE_COLORS, VUHDO_SPELLS_KEYBOARD, VUHDO_SPELL_CONFIG, VUHDO_BUFF_ORDER, VUHDO_SPEC_LAYOUTS, VUHDO_GROUP_SIZE, VUHDO_RAID, VUHDO_INDICATOR_CONFIG
## SavedVariables: VUHDO_DEFAULT_LAYOUT, VUHDO_DEFAULT_PROFILE, VUHDO_PROFILES, VUHDO_MANUAL_ROLES, VUHDO_SPELL_LAYOUTS, VUHDO_USER_CLASS_COLORS, VUHDO_DEBUFF_BLACKLIST, VUHDO_BOUQUETS, VUHDO_COMBAT_LOG_TRACE, VUHDO_GLOBAL_CONFIG, VUHDO_DEBUG
......
......@@ -69,7 +69,6 @@ local GROUP_STAM = {
VUHDO_SPELL_ID.BLOOD_PAKT,
VUHDO_SPELL_ID.BUFF_COMMANDING_SHOUT,
VUHDO_SPELL_ID.QIRAJI_FORTITUDE,
VUHDO_SPELL_ID.BUFF_DARK_INTENT
};
......@@ -183,7 +182,7 @@ VUHDO_CLASS_BUFFS = {
["WARLOCK"] = {
[VUHDO_SPELL_ID.BUFF_DARK_INTENT] = {
{ VUHDO_SPELL_ID.BUFF_DARK_INTENT, VUHDO_BUFF_TARGET_RAID, GROUP_SPELL_POWER--[[, GROUP_STAM]] }, -- 5.2
{ VUHDO_SPELL_ID.BUFF_DARK_INTENT, VUHDO_BUFF_TARGET_RAID, GROUP_SPELL_POWER },
},
[VUHDO_SPELL_ID.BUFF_GRIMOIR_OF_SACRIFICE] = {
{ VUHDO_SPELL_ID.BUFF_GRIMOIR_OF_SACRIFICE, VUHDO_BUFF_TARGET_SELF },
......
## Interface: 60000
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras
## Version: 3.65
## Version: 3.66
## Notes: VuhDo Options
## SavedVariables: VUHDO_OPTIONS_SETTINGS
## SavedVariablesPerCharacter: VUHDO_GLOBAL_ICONS, VUHDO_GI_SCAN_IDX
......
Version 3.66.
Known issues:
-- Settings are not saved when the character name includes a special character
-- Mac OS X WoW client bug - http://us.battle.net/wow/en/forum/topic/14880818884
-- Holy Priest spells derived from Chakra stance behave oddly as of 6.0.2
-- Stance specific spells must all use the spell name Holy Word: Chastise
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- AOE advisor not yet updated for Warlords of Draenor
-- Need new spell formulas and coefficients
Bugfixes:
-- Warlock spell Dark Intent no longer provides raid wide stamina buff
Improvements:
--------------------------------------------------------------
Version 3.65.
Known issues:
-- Settings are not saved when the character name includes a special character
-- Mac OS X WoW client bug - http://us.battle.net/wow/en/forum/topic/14880818884
-- Holy Priest spells derived from Chakra stance behave oddly as of 6.0.2
-- Stance specific spells must all use the spell name Holy Word: Chastise
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- AOE advisor not yet updated for Warlords of Draenor
-- Need new spell formulas and coefficients
Bugfixes:
-- Fixed profile activation due to group size 20
-- Fixed the inability of players without assist to see ready checks
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment