Fix for bot shadowknights casting ranger spells

This commit is contained in:
Uleat
2017-03-26 16:19:53 -04:00
parent 05e97f4c64
commit 940f3b03e8
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ void Bot::GenerateBaseStats()
Attack += 17;
break;
case SHADOWKNIGHT:
BotSpellID = 3004;
BotSpellID = 3005;
Strength += 10;
Stamina += 15;
Intelligence += 20;