Skip to content

Commit

Permalink
toc bump 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed May 2, 2023
1 parent 727ef65 commit a8ee441
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions Components/Core/Conditions/Categories/BuffsDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ function Env.AuraTooltipNumberPacked(unit, name, kindKey, onlyMine, requestedInd
local data = C_TooltipInfo[kindKey == "isHelpful" and "GetUnitBuffByAuraInstanceID" or "GetUnitDebuffByAuraInstanceID"](unit, auraInstanceID)

local text
-- TODO: wow 10.1: The C_TooltipInfo APIs now return data with all data and line arguments surfaced, removing the need to call TooltipUtil.SurfaceArgs().
-- Only look at the second line (first line after the title):
-- (third line is the duration)
for _, arg in pairs(data.lines[2].args) do
Expand Down
8 changes: 3 additions & 5 deletions TellMeWhen.toc
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@


# Also dont forget to bump both of these - X-Interface is used to get the interface version in-game to check that the user is using a current client.
## Interface: 100005
# DONT FORGET TO TOC BUMP TELLMEWHEN_OPTIONS TOO!!
## X-Interface: 100005
## X-Compatible-With: 100005
## Interface: 100100
## Version: 10.1.0

## Title: TellMeWhen
## X-Curse-Project-ID: 8025
## X-WoWI-ID: 10855
## X-Wago-ID: ZQ6aZqKW

## Version: 10.1.0
## Author: Cybeloras of Aerie Peak
## IconTexture: Interface\Addons\TellMeWhen\Textures\LDB Icon
## AddonCompartmentFunc: TellMeWhen_OnAddonCompartmentClick
Expand Down
2 changes: 1 addition & 1 deletion TellMeWhen_Options/TellMeWhen_Options.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100005
## Interface: 100100
## Title: TellMeWhen Options

## Author: Cybeloras of Aerie Peak
Expand Down

0 comments on commit a8ee441

Please sign in to comment.