-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'wotlk/dev' into wotlk/master
- Loading branch information
Showing
42 changed files
with
694 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
local _, addonTable = ... | ||
local E = addonTable.E | ||
|
||
-- Lua | ||
local _G = getfenv(0) | ||
|
||
-- Mine | ||
E.CHANGELOG = [[ | ||
- Added an option to show poor quality quality items via common loot toasts. Thanks to Faqar@GitHub. | ||
- Added leaf ornaments to achievement toasts. I can't re-enable Blizz achievement toasts, so as a | ||
compromise I chose to make achievement toasts more unique. If you want them to stand out even more | ||
create a separate anchor to display them. | ||
- Added new "Info" panel to the config. It has links to various resourced including my Discord | ||
server dedicated to LS: * addons. | ||
- Fixed corrupt beautycase border texture. It worked, but baked-in shadows were messed up. | ||
- Updated Traditional Chinese translation. Translated by BNS333@Curse. | ||
]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.