Skip to content

Commit

Permalink
Disable animations for patch 8.2
Browse files Browse the repository at this point in the history
Need to make a workaround to enable again.
  • Loading branch information
Tercioo committed Jun 25, 2019
1 parent 9eab1f0 commit 7ceac95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Plater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7729,7 +7729,9 @@ end
if (SPELL_WITH_ANIMATIONS [spellName] and sourceGUID == Plater.PlayerGUID) then
for _, plateFrame in ipairs (Plater.GetAllShownPlates()) do
if (plateFrame [MEMBER_GUID] == targetGUID) then
Plater.DoNameplateAnimation (plateFrame, SPELL_WITH_ANIMATIONS [spellName], spellName, isCritical)
--disabled for patch 8.2
--need a workaround for GetPoints() not being available on this patch
--Plater.DoNameplateAnimation (plateFrame, SPELL_WITH_ANIMATIONS [spellName], spellName, isCritical)
end
end
end
Expand Down

0 comments on commit 7ceac95

Please sign in to comment.