feat(Core/Achievements): Add configurable realm first kill time window (#24920)

This commit is contained in:
Kevin Gross
2026-03-08 09:32:56 -03:00
committed by GitHub
parent fbbf960229
commit 04fbeec3c2
4 changed files with 31 additions and 2 deletions

View File

@@ -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
#