mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Enable recastdelay support for clients
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user