Enable recastdelay support for clients

This commit is contained in:
nytmyr
2025-01-27 00:46:53 -06:00
parent 65b2fa3533
commit 2c78803137
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -237,6 +237,7 @@ void Client::LoadDefaultBotSettings() {
t.delay = GetDefaultSpellDelay(i);
t.minThreshold = GetDefaultSpellMinThreshold(i);
t.maxThreshold = GetDefaultSpellMaxThreshold(i);
t.recastTimer.Start();
m_bot_spell_settings.push_back(t);