Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
- update LibClassicInspector to version 15
- hotfix for patch 3.4.2, add druid glyph of omen of clarity, add warrior glyph of shattering throw
  • Loading branch information
anzz1 authored Jun 22, 2023
1 parent e69394b commit 96563ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 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: 14 (2023-02-26)
Version: 15 (2023-06-22)
--]]

local LCI_VERSION = 14
local LCI_VERSION = 15

local clientVersionString = GetBuildInfo()
local clientBuildMajor = string.byte(clientVersionString, 1)
Expand Down Expand Up @@ -263,7 +263,8 @@ lib.glyphs_table = lib.glyphs_table or {
[4] = 58098, -- Glyph of Thunder Clap
[5] = 58099, -- Glyph of Mocking Blow
[6] = 58104, -- Glyph of Enduring Victory
[7] = 68164 -- Glyph of Command
[7] = 68164, -- Glyph of Command
[8] = 414812 -- Glyph of Shattering Throw
},
},
["PALADIN"] = {
Expand Down Expand Up @@ -621,7 +622,8 @@ lib.glyphs_table = lib.glyphs_table or {
[28] = 63057, -- Glyph of Barkskin
[29] = 65243, -- Glyph of Survival Instincts
[30] = 67598, -- Glyph of Claw
[31] = 71013 -- Glyph of Rapid Rejuvenation
[31] = 71013, -- Glyph of Rapid Rejuvenation
[32] = 413895 -- Glyph of Omen of Clarity
},
[2] = {
[1] = 57855, -- Glyph of the Wild
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.4.0
## Version: 0.4.1
## Title: TacoTip
## Notes: TacoTip (GearScore & Talents)
## Author: kebabstorm
Expand Down

0 comments on commit 96563ea

Please sign in to comment.