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
momo
VuhDo
Commits
bc7d8b5b
Commit
bc7d8b5b
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed resurrection smart casting while inside PvP instances
parent
dc80291c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoToolbox.lua
VuhDoToolbox.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoToolbox.lua
View file @
bc7d8b5b
...
...
@@ -533,7 +533,7 @@ function VUHDO_getResurrectionSpells()
tKnownResurrectionSpells
=
{
};
for
_
,
tResurrectionSpell
in
ipairs
(
tResurrectionSpells
)
do
if
VUHDO_isSpellKnown
(
tResurrectionSpell
)
then
if
VUHDO_isSpellKnown
(
tResurrectionSpell
)
and
IsUsableSpell
(
tResurrectionSpell
)
then
tinsert
(
tKnownResurrectionSpells
,
tResurrectionSpell
);
end
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
bc7d8b5b
...
...
@@ -15,6 +15,7 @@ Known issues:
Bugfixes:
-- Updated default bouquet 'Paladin Beacon'
-- Fixed resurrection smart casting while inside PvP instances
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