Skip to content

Commit

Permalink
changelog v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed May 13, 2022
1 parent 0186060 commit 3b3ab8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AtlasLootClassic/Addons/Sources.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ local KEY_WEAK_MT = {__mode="k"}
local AL_MODULE = "AtlasLootClassic_DungeonsAndRaids"
local PRICE_STRING_SPLIT_OR = "-"
local PRICE_STRING_SPLIT_AND = ":"
local PRICE_DELIMITER = " |cFFffffff&|r "
local PRICE_INFO_TT_START = format(TT_F.." ", ICON_TEXTURE[3], AL["Vendor:"])
local PRICE_DELIMITER = " |cFFffffff&|r "
local PRICE_INFO_TT_START = format(TT_F.." ", ICON_TEXTURE[3], AL["Vendor"]..":")

local TooltipsHooked = false
local TooltipCache, TooltipTextCache = {}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ

[Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md)

## v2.4.4 (May, XX, 2022)
## v2.4.4 (May, 13, 2022)

- add Vendor prices into tooltips

0 comments on commit 3b3ab8d

Please sign in to comment.