Skip to content

Commit

Permalink
Add support for 7.x legion (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
milotic authored and csarrazi committed Sep 24, 2016
1 parent a7eb547 commit 711f094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Shooter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Shooter.frame:SetScript("OnUpdate",
if (Shooter.shootOnNextTick and Shooter.delay >= 1) then
Shooter.shootOnNextTick = false;
Shooter.delay = 0;
TakeScreenshot();
Screenshot();
end
end
);

Shooter.frame:RegisterEvent("ACHIEVEMENT_EARNED");
Shooter.frame:RegisterEvent("ACHIEVEMENT_EARNED");
6 changes: 3 additions & 3 deletions Shooter.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 60000
## Interface: 70000
## Title: Shooter
## Notes: Takes a screenshot when you earn an achievement.
## Author: Akcent
## Version: 1.0.4
## Version: 1.0.5

Shooter.lua
Shooter.lua

0 comments on commit 711f094

Please sign in to comment.