summaryrefslogtreecommitdiff
path: root/DSACore/Auxiliary
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-10-07 12:06:12 +0200
committerTrueDoctor <d-kobert@web.de>2018-10-07 12:06:12 +0200
commit6e7b818154e7e6fe34f69bd7d51033c1b3de1e0b (patch)
tree80eb75bf07e8f64c59e5115eeb57e182f6de326a /DSACore/Auxiliary
parent373af0a9c563dcd6bfb5e136f75f23e48bfb961c (diff)
fixed stuff
Diffstat (limited to 'DSACore/Auxiliary')
-rw-r--r--DSACore/Auxiliary/WeaponImporter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/Auxiliary/WeaponImporter.cs b/DSACore/Auxiliary/WeaponImporter.cs
index 7a5a182..8ed2b3f 100644
--- a/DSACore/Auxiliary/WeaponImporter.cs
+++ b/DSACore/Auxiliary/WeaponImporter.cs
@@ -21,7 +21,7 @@ namespace DSACore.Auxiliary
- for (int i = 18; i <= 25; i++)
+ for (int i = 1; i <= 25; i++)
{
var responseString = await client.GetStringAsync("http://diarium.eu/dsa4-forge/ajax/categoryChanged/" + i);