mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 21:45:12 +00:00
feat(Core/Achievements): Add configurable realm first kill time window (#24920)
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
# CHARACTER DELETE
|
||||
# CHARACTER CREATION
|
||||
# CHARACTER
|
||||
# ACHIEVEMENT
|
||||
# SKILL
|
||||
# STATS
|
||||
# REPUTATION
|
||||
@@ -2225,6 +2226,22 @@ SpellQueue.Window = 400
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# ACHIEVEMENT
|
||||
#
|
||||
# Achievement.RealmFirstKillWindow
|
||||
# Description: Time window (in seconds) for realm first kill achievements after the first
|
||||
# completion. This setting controls whether multiple groups can earn the
|
||||
# realm first kill achievement within a short time window.
|
||||
# Default: 60 - (Allow additional groups to complete within 60 seconds/1 minute)
|
||||
# 0 - (Strict mode, only the first group/player gets the achievement)
|
||||
# 1+ - (Extended window, allow N seconds for additional completions)
|
||||
|
||||
Achievement.RealmFirstKillWindow = 60
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# SKILL
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user