Skip to content

Commit

Permalink
Battle for Azeroth Update
Browse files Browse the repository at this point in the history
Remove deprecated currency event and updated interface versions
  • Loading branch information
solocommand committed Jul 19, 2018
1 parent d01a65e commit 706c997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions TitanPoints.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local bDebugMode = false;
TITAN_POINTS_ID = "Points";
TITAN_POINTS_VERSION = "7.3.0";
TITAN_POINTS_VERSION = "8.0.1";
TITAN_NIL = false;
TITAN_POINTS_TAB = "TokenFrame"; -- Currency Tab

Expand Down Expand Up @@ -52,7 +52,6 @@ function TitanPanelPointsButton_OnLoad(self)

-- Currency Events
self:RegisterEvent("PLAYER_ENTERING_WORLD");
self:RegisterEvent("KNOWN_CURRENCY_TYPES_UPDATE");
self:RegisterEvent("CURRENCY_DISPLAY_UPDATE");

end
Expand Down
6 changes: 3 additions & 3 deletions TitanPoints.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Interface: 70300
## Title: Titan Panel [|cffeda55fPoints|r] |cff00aa007.3.0|r
## Interface: 80000
## Title: Titan Panel [|cffeda55fPoints|r] |cff00aa008.0.1|r
## Notes: A simple Currency Point list for the Titan Panel AddOn.
## Author: solocommand
## SavedVariables:
## OptionalDeps:
## Dependencies: Titan
## Version: 7.3.0
## Version: 8.0.1
TitanPoints.xml

0 comments on commit 706c997

Please sign in to comment.