Fix build

This commit is contained in:
hondacrx
2017-11-13 14:14:59 -05:00
parent 02535a0d47
commit 2960d88aed
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -2950,7 +2950,7 @@ namespace Game.Entities
uint runeCooldown = GetRuneBaseCooldown();
while (runes < maxRunes)
{
SetRuneCooldown((byte)runes, runeCooldown, false);
SetRuneCooldown((byte)runes, runeCooldown);
++runes;
}
}