summaryrefslogtreecommitdiff
path: root/tools/mobdbconverter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mobdbconverter.py')
-rwxr-xr-xtools/mobdbconverter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mobdbconverter.py b/tools/mobdbconverter.py
index 525952976..683e28274 100755
--- a/tools/mobdbconverter.py
+++ b/tools/mobdbconverter.py
@@ -260,7 +260,7 @@ def readItemDB(inFile, itemDb):
elif line[:3] == "Id:":
try:
itemId = int(line[4:])
- except:
+ except ValueError:
started = False
if itemId != 0 and itemName != "":
# was need for remove wrong characters