Skip to content

Commit

Permalink
Shadow Priest VF generate function fix.
Browse files Browse the repository at this point in the history
Hekili committed Dec 25, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8c4ea23 commit 1190f62
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/PriestShadow.lua
Original file line number Diff line number Diff line change
@@ -413,7 +413,7 @@ if UnitClassBase( 'player' ) == 'PRIEST' then
t.v1 = 0
t.v2 = 0
t.v3 = 0
t.unit = unit
t.unit = 'player'
end,
meta = {
up = function ()
2 changes: 1 addition & 1 deletion State.lua
Original file line number Diff line number Diff line change
@@ -3761,7 +3761,7 @@ local mt_default_debuff = {
t.unit = real.unit
else
if aura then
for attr, a_val in pairs( default_debuff_values ) do
for attr, a_val in pairs( default_debuff_values ) do
t[ attr ] = aura[ attr ] or a_val
end

0 comments on commit 1190f62

Please sign in to comment.