Commit bc7d8b5b authored by Ivaria's avatar Ivaria
Browse files

Fixed resurrection smart casting while inside PvP instances

parent dc80291c
......@@ -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
......
......@@ -15,6 +15,7 @@ Known issues:
Bugfixes:
-- Updated default bouquet 'Paladin Beacon'
-- Fixed resurrection smart casting while inside PvP instances
Improvements:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment