Commit fcfaee26 authored by Ivaria's avatar Ivaria
Browse files

Merge branch 'master' into vanilla

parents a830f060 812a2209
## Interface: 11401
## Interface: 11402
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
......
......@@ -18,7 +18,7 @@ function VUHDO_newOptionsSpellSetModifier(aModifier)
tBox = _G[tPanel:GetName() .. "EditBox"];
tIndex = aModifier .. tNum;
if (VUHDO_SPELL_ASSIGNMENTS[tIndex] == nil) then
VUHDO_SPELL_ASSIGNMENTS[tIndex] = { VUHDO_MODIFIER_KEYS[tIndex], tostring(tNum), "" };
VUHDO_SPELL_ASSIGNMENTS[tIndex] = { VUHDO_MODIFIER_KEYS[aModifier], tostring(tNum), "" };
end
tModel = "VUHDO_SPELL_ASSIGNMENTS." .. tIndex .. ".##3";
tBox:SetAttribute("model", tModel);
......
## Interface: 11401
## Interface: 11402
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
......
......@@ -20,6 +20,7 @@ Bugfixes:
Improvements:
-- Bump TOC interface for 1.14.2
-------------------------------------------------------------
......@@ -63,6 +64,7 @@ Bugfixes:
Improvements:
-- Bump TOC interface for 9.2.0
-- Added class color option for incoming heal/shield/etc. bars
......
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