mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Set lower limit of spell delays to 100 rather than 1
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@ uint16 Client::GetDefaultSpellDelay(uint16 spell_type, uint8 stance) {
|
||||
case BotSpellTypes::PetCures:
|
||||
return 5000;
|
||||
default:
|
||||
return 1;
|
||||
return 100;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user