From 96563ea031ea0d4224511a351248ee0c7dc43299 Mon Sep 17 00:00:00 2001 From: anzz1 Date: Thu, 22 Jun 2023 14:46:32 +0300 Subject: [PATCH] 0.4.1 - update LibClassicInspector to version 15 - hotfix for patch 3.4.2, add druid glyph of omen of clarity, add warrior glyph of shattering throw --- Libs/LibClassicInspector/LibClassicInspector.lua | 10 ++++++---- TacoTip.toc | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Libs/LibClassicInspector/LibClassicInspector.lua b/Libs/LibClassicInspector/LibClassicInspector.lua index 74395d6..cda99f5 100644 --- a/Libs/LibClassicInspector/LibClassicInspector.lua +++ b/Libs/LibClassicInspector/LibClassicInspector.lua @@ -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) @@ -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"] = { @@ -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 diff --git a/TacoTip.toc b/TacoTip.toc index e015d1e..c94062f 100644 --- a/TacoTip.toc +++ b/TacoTip.toc @@ -1,5 +1,5 @@ ## Interface: 11304 -## Version: 0.4.0 +## Version: 0.4.1 ## Title: TacoTip ## Notes: TacoTip (GearScore & Talents) ## Author: kebabstorm