This commit is contained in:
Florian Brinker 2016-10-10 21:53:09 +02:00
commit e138b89b20
3 zmienionych plików z 9 dodań i 3 usunięć

Wyświetl plik

@ -1,10 +1,10 @@
## Title: AchievementInfo
## Description: Displays progress updates for achievements in the chat. You can display update-details like 'Slay 25/100 Monsters' if interested. |cFF0000Important:|r The messages appear only when an achievement is updated. This is no permanent tracking tool.
## Version: 2.10
## Version: 2.11
## Author: |c87B7CCAsto|r, @Astarax
## Contact: mail@coded-with-heart.com
## APIVersion: 100016
## APIVersion: 100017
## SavedVariables: ACHIEVEMENT_INFO_DB
## OptionalDependsOn: LibAddonMenu-2.0, LibStub

Wyświetl plik

@ -8,7 +8,7 @@
AchievementInfo = {}
AchievementInfo.name = "AchievementInfo"
AchievementInfo.author = "Asto, @Astarax"
AchievementInfo.version = 2.10
AchievementInfo.version = 2.11
AchievementInfo.savedVars = nil
AchievementInfo.LangStore = {}

6
README.md Normal file
Wyświetl plik

@ -0,0 +1,6 @@
# AchievementInfo
This is an Elderscrolls Online addon. [See all details and the download @ESOUI](http://www.esoui.com/downloads/info350-AchievementInfo.html#info).
## Why is it up here?
In case I quit or pause playing TESO and cannot maintain this addon, feel free to contribute to keep this up to date and running.
I'll still be active on Github and be able to update the ESOUI page.