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
MasterYodA
VuhDo
Commits
848b302d
Commit
848b302d
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Increased maximum number of NPC units from 5 to 8
parent
76e8a032
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
VuhDo.lua
VuhDo.lua
+3
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDo.lua
View file @
848b302d
...
...
@@ -36,7 +36,9 @@ setmetatable(VUHDO_PANEL_UNITS, VUHDO_META_NEW_ARRAY);
-- TODO: make local
VUHDO_BOSS_UNITS
=
{
};
for
i
=
1
,
MAX_BOSS_FRAMES
do
local
VUHDO_MAX_BOSS_FRAMES
=
8
;
for
i
=
1
,
VUHDO_MAX_BOSS_FRAMES
do
-- FIXME: Blizzard forgot to update the MAX_BOSS_FRAMES constant for 9.2
local
bossUnitId
=
format
(
"boss%d"
,
i
);
VUHDO_BOSS_UNITS
[
bossUnitId
]
=
true
;
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
848b302d
...
...
@@ -13,6 +13,7 @@ Bugfixes:
Improvements:
-- Increased maximum number of NPC units from 5 to 8
--------------------------------------------------------------
...
...
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