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
Andrew Reed
VuhDo
Commits
657c10d1
Commit
657c10d1
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed bug in VUHDO_isInSameZone helper - closes CurseForge ticket 336
parent
d29c7483
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
VuhDoToolbox.lua
VuhDoToolbox.lua
+1
-1
changelog.txt
changelog.txt
+4
-0
No files found.
VuhDoToolbox.lua
View file @
657c10d1
...
...
@@ -429,7 +429,7 @@ end
--
function
VUHDO_isInSameZone
(
aUnit
)
return
(
VUHDO_RAID
[
aUnit
]
or
sEmpty
)[
"
map
"
]
==
(
VUHDO_RAID
[
"player"
]
or
sEmpty
)[
"
map
"
];
return
(
VUHDO_RAID
[
aUnit
]
or
sEmpty
)[
"
zone
"
]
==
(
VUHDO_RAID
[
"player"
]
or
sEmpty
)[
"
zone
"
];
end
local
VUHDO_isInSameZone
=
VUHDO_isInSameZone
;
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
657c10d1
...
...
@@ -2,6 +2,9 @@ Version 3.6.
Bugfixes:
-- Fixed bug where isInSameZone check always returned true
-- BuffWatch now correctly ignores other players outside the players zone
-- Global scanner perf bump when 'same zone' limit selected
-- Removed deprecated spells and abilities
-- Removed Death Knight spell Unholy Frenzy
-- Removed Druid spell Nourish
...
...
@@ -46,6 +49,7 @@ Changes:
-- Updated Swiftmendable check to include units with Rejuvenation (Germination)
-- Updated Swiftmendable check to exclude others HoTs when Rampant Growth is selected
-- Updated toolbox helper function for GetTalentInfo API changes
-- Updated 'Spells > Keys global' edit box to properly decorate text
Features:
...
...
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