Commit a6d994cb authored by Ivaria's avatar Ivaria
Browse files

Need to unpack return value

parent 2b54056d
...@@ -538,7 +538,7 @@ function VUHDO_getResurrectionSpells() ...@@ -538,7 +538,7 @@ function VUHDO_getResurrectionSpells()
end end
end end
return tKnownResurrectionSpells; return unpack(tKnownResurrectionSpells);
else else
return nil; return nil;
end end
......
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