mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(Core/Player): implement Spell Queue (#20797)
This commit is contained in:
@@ -2163,6 +2163,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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user