1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Petit correctif parsing CastingTime

This commit is contained in:
Yan Maniez 2018-05-25 11:42:49 +02:00
parent d45d8ef994
commit 60c8301532
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ namespace AideDeJeuCmd
{
if(line.StartsWith("Temps dincantation : "))
{
spell.CastingTime = line.Substring(23);
spell.CastingTime = line.Substring(22);
}
else if(line.StartsWith("Portée : "))
{

File diff suppressed because one or more lines are too long