summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters
diff options
context:
space:
mode:
authorKobert <Kassian.Kobert@gmail.com>2018-04-09 20:44:22 +0200
committerKobert <Kassian.Kobert@gmail.com>2018-04-09 20:44:22 +0200
commitfcee15963e9e83fe5cae01300f26d9bcf3eb4e6c (patch)
tree3fe731f17f86b89720fc24c0ac7501df7c0a4231 /DiscoBot/Characters
parentdad67f269ade9578f9bafd50a9bf57ae19b1676e (diff)
List Eig
Diffstat (limited to 'DiscoBot/Characters')
-rw-r--r--DiscoBot/Characters/Character.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/DiscoBot/Characters/Character.cs b/DiscoBot/Characters/Character.cs
index 86b4bef..34a1037 100644
--- a/DiscoBot/Characters/Character.cs
+++ b/DiscoBot/Characters/Character.cs
@@ -268,7 +268,8 @@
{
this.Vorteile.Add(new Vorteil(
reader.GetAttribute("name"),
- Convert.ToInt32(reader.GetAttribute("value"))));
+ // Convert.ToInt32(reader.GetAttribute("value"))));
+ reader.GetAttribute("value")));
}
catch
{