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
Krazyito
VuhDo
Commits
5568fc61
Commit
5568fc61
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed threat situation update for neutral mobs
parent
d954ac03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoEventHandler.lua
VuhDoEventHandler.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoEventHandler.lua
View file @
5568fc61
...
...
@@ -1050,7 +1050,7 @@ local function VUHDO_updateAllAggro()
tInfo
[
"aggro"
]
=
true
;
end
tTarget
=
tInfo
[
"targetUnit"
];
if
UnitIs
Enemy
(
tUnit
,
tTarget
)
then
if
not
UnitIs
Friend
(
tUnit
,
tTarget
)
then
if
VUHDO_INTERNAL_TOGGLES
[
14
]
then
-- VUHDO_UPDATE_AGGRO
_
,
_
,
tThreatPerc
=
VUHDO_unitDetailedThreatSituation
(
tUnit
,
tTarget
);
tInfo
[
"threatPerc"
]
=
tThreatPerc
or
0
;
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
5568fc61
...
...
@@ -14,6 +14,7 @@ Known issues:
Bugfixes:
-- Fixed usage of deprecated Blizzard API HasLFGRestriction
-- Fixed threat situation update for neutral mobs
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