Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2024-12-13 18:51:37 +08:00
48 changed files with 1584 additions and 64 deletions

View File

@@ -2165,6 +2165,21 @@ NoResetTalentsCost = 0
ToggleXP.Cost = 100000
#
# SpellQueue.Enabled
# Description: Enable SpellQueue.
# Default: 0 - (Disabled)
# 1 - (Enabled)
SpellQueue.Enabled = 1
#
# SpellQueue.Window
# Description: Time (in milliseconds) for spells to be queued.
# Default: 400 - (400ms)
SpellQueue.Window = 400
#
###################################################################################################