mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix for bot shadowknights casting ranger spells
This commit is contained in:
+1
-1
@@ -462,7 +462,7 @@ void Bot::GenerateBaseStats()
|
||||
Attack += 17;
|
||||
break;
|
||||
case SHADOWKNIGHT:
|
||||
BotSpellID = 3004;
|
||||
BotSpellID = 3005;
|
||||
Strength += 10;
|
||||
Stamina += 15;
|
||||
Intelligence += 20;
|
||||
|
||||
Reference in New Issue
Block a user