Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
- update LibClassicInspector to version 12
- hotfix for rogue glyph of cloak of shadows
  • Loading branch information
anzz1 authored Feb 25, 2023
1 parent c69c9dc commit 34d653b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Libs/LibClassicInspector/LibClassicInspector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
for Classic/TBC/WOTLK
Requires: LibStub, CallbackHandler-1.0, LibDetours-1.0
Version: 11 (2023-02-10)
Version: 12 (2023-02-25)
--]]

local LCI_VERSION = 11
local LCI_VERSION = 12

local clientVersionString = GetBuildInfo()
local clientBuildMajor = string.byte(clientVersionString, 1)
Expand Down Expand Up @@ -220,7 +220,7 @@ end
-- TODO: talent IDs
-- TODO: localization
if (isWotlk) then
if (oldminor < 11) then
if (oldminor < 12) then
lib.glyphs_table = nil
lib.glyph_r_tbl = nil
end
Expand Down Expand Up @@ -369,7 +369,7 @@ lib.glyphs_table = lib.glyphs_table or {
[19] = 56819, -- Glyph of Preparation
[20] = 56820, -- Glyph of Crippling Poison
[21] = 56821, -- Glyph of Sinister Strike
[22] = 63239, -- Glyph of Cloak of Shadows
[22] = 63269, -- Glyph of Cloak of Shadows
[23] = 63249, -- Glyph of Hunger of Blood
[24] = 63252, -- Glyph of Killing Spree
[25] = 63253, -- Glyph of Shadow Dance
Expand Down
2 changes: 1 addition & 1 deletion TacoTip.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11304
## Version: 0.3.7
## Version: 0.3.8
## Title: TacoTip
## Notes: TacoTip (GearScore & Talents)
## Author: kebabstorm
Expand Down

0 comments on commit 34d653b

Please sign in to comment.