Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Klex
VuhDo
Commits
ff726ff6
Commit
ff726ff6
authored
7 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed display of NPC/boss units
parent
90b2249f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
VuhDoToolbox.lua
VuhDoToolbox.lua
+3
-3
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoToolbox.lua
View file @
ff726ff6
...
...
@@ -155,7 +155,7 @@ local VUHDO_RAID;
local
VUHDO_UNIT_BUTTONS
;
local
VUHDO_CONFIG
;
local
VUHDO_GROUPS_BUFFS
;
local
VUHDO_BOSS_UNIT
;
local
VUHDO_BOSS_UNIT
S
;
local
sRangeSpell
;
local
sIsGuessRange
=
true
;
local
sScanRange
;
...
...
@@ -170,7 +170,7 @@ function VUHDO_toolboxInitLocalOverrides()
VUHDO_UNIT_BUTTONS
=
_G
[
"VUHDO_UNIT_BUTTONS"
];
VUHDO_CONFIG
=
_G
[
"VUHDO_CONFIG"
];
VUHDO_GROUPS_BUFFS
=
_G
[
"VUHDO_GROUPS_BUFFS"
];
VUHDO_BOSS_UNIT
=
_G
[
"VUHDO_BOSS_UNIT"
];
VUHDO_BOSS_UNIT
S
=
_G
[
"VUHDO_BOSS_UNIT
S
"
];
VUHDO_updateBouquetsForEvent
=
_G
[
"VUHDO_updateBouquetsForEvent"
];
sScanRange
=
tonumber
(
VUHDO_CONFIG
[
"SCAN_RANGE"
]);
sRangeSpell
=
VUHDO_CONFIG
[
"RANGE_SPELL"
];
...
...
@@ -897,7 +897,7 @@ end
function VUHDO_isBossUnit(aUnit)
return VUHDO_BOSS_UNIT and VUHDO_BOSS_UNIT[aUnit];
return VUHDO_BOSS_UNIT
S
and VUHDO_BOSS_UNIT
S
[aUnit];
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
ff726ff6
...
...
@@ -14,6 +14,7 @@ Known issues:
Bugfixes:
-- Fixed display of NPC/boss units
Improvements:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment