mirror of
https://github.com/azerothcore/mod-account-achievements
synced 2025-11-29 15:38:16 +08:00
* feature: config exclude achievement ids * set default excluded ids to 0 * update header * restore comments * restore default limitrace
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
[worldserver]
|
|
|
|
###################################################################################################
|
|
# Account Achievements module
|
|
###################################################################################################
|
|
|
|
# Enable the module? (1: true | 0: false)
|
|
|
|
Account.Achievements.Enable = 1
|
|
|
|
# Announce the module when the player logs in?
|
|
|
|
Account.Achievements.Announce = 1
|
|
|
|
# List of achievement IDs to exclude (comma-separated)
|
|
|
|
Account.Achievements.Excluded = 0
|