mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-16 15:19:56 +00:00
Petit correctif parsing CastingTime
This commit is contained in:
parent
d45d8ef994
commit
60c8301532
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ namespace AideDeJeuCmd
|
||||||
{
|
{
|
||||||
if(line.StartsWith("Temps d’incantation : "))
|
if(line.StartsWith("Temps d’incantation : "))
|
||||||
{
|
{
|
||||||
spell.CastingTime = line.Substring(23);
|
spell.CastingTime = line.Substring(22);
|
||||||
}
|
}
|
||||||
else if(line.StartsWith("Portée : "))
|
else if(line.StartsWith("Portée : "))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue