diff options
Diffstat (limited to 'hercules/code/server/tmw/mobdb.py')
-rw-r--r-- | hercules/code/server/tmw/mobdb.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hercules/code/server/tmw/mobdb.py b/hercules/code/server/tmw/mobdb.py index 5545d3b..ec83e14 100644 --- a/hercules/code/server/tmw/mobdb.py +++ b/hercules/code/server/tmw/mobdb.py @@ -61,7 +61,8 @@ def convertMobDb(): rows[20] + ",", rows[21] + ",", rows[22] + ",", - rows[23] + ",", + #rows[23] + ",", + "0,", rows[24] + ",", rows[25] + ",", rows[26] + ",", |