Merge branch 'smthbh-merge-master-branch' of https://github.com/smthbh/azerothcore-armory into smthbh-merge-master-branch

This commit is contained in:
smthbh 2025-06-21 19:41:08 -04:00
commit 88bbed96f7

View file

@ -145,6 +145,9 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc
| `realms[0].charactersDatabase` | `ACORE_ARMORY_REALMS__0__CHARACTERS_DATABASE__`... | Database configuration object | | Configuration for the characters database. See "Database configuration" below |
| `worldDatabase` | `ACORE_ARMORY_WORLD_DATABASE__`... | Database configuration object | | Configuration for the world database. This is shared between all realms at the moment. See "Database configuration" below |
| `dbQueryTimeout` | `ACORE_ARMORY_DB_QUERY_TIMEOUT` | Number | `10000` | The maximum duration in milliseconds of a database query before it times out |
| `featureFlags.enableQuestsPage`| `ACORE_ARMORY_FEATURE_FLAGS__ENABLE_QUESTS_PAGE` | Boolean | `true` | Feature flag to enable the quests page and quest comparison tool |
| `featureFlags.enableReputationPage`| `ACORE_ARMORY_FEATURE_FLAGS__ENABLE_REPUTATION_PAGE` | Boolean | `true` | Feature flag to enable the reputation page |
| `featureFlags.enableSkillsPage`| `ACORE_ARMORY_FEATURE_FLAGS__ENABLE_SKILLS_PAGE` | Boolean | `true` | Feature flag to enable the skills page |
</details>
<details>
@ -259,8 +262,11 @@ This repository is used in production over at [ChromieCraft](https://www.chromie
- [X] Achievements
- [X] PvP statistics, including arena teams
- [ ] Statistics (from the achievements panel in-game)
- [ ] Reputations
- [X] Reputations (work in progress, not accurate for some races)
- [X] Skills, including Professions
- [X] Quests, including quest comparison tool
- [ ] Stats (from the character sheet, i.e. health, mana, etc)
- [X] Current Zone
- [X] Guild page
- [X] Guild emblem
- [X] Members list
@ -270,6 +276,7 @@ This repository is used in production over at [ChromieCraft](https://www.chromie
- [ ] PvP ladder
- [X] Arena ladder
- [ ] Achievements ladder
- [X] Feature Flags to enable or disable the Reputations, Skills, and Quests pages
See the [open issues](https://github.com/r-o-b-o-t-o/azerothcore-armory/issues) for a list of suggested features and known issues.