summaryrefslogtreecommitdiff
path: root/hercules/code
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-31 18:59:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-31 18:59:28 +0300
commit9edb4642b74e10c499ecc04b6a4036fe3ff7f8e2 (patch)
treef6e498c9bbc8508ee9c6e2ff6c604bdb2879c28b /hercules/code
parent5e61323f18a4770ed583705e08d6c28b8ab4dc9a (diff)
downloadtools-9edb4642b74e10c499ecc04b6a4036fe3ff7f8e2.tar.gz
tools-9edb4642b74e10c499ecc04b6a4036fe3ff7f8e2.tar.bz2
tools-9edb4642b74e10c499ecc04b6a4036fe3ff7f8e2.tar.xz
tools-9edb4642b74e10c499ecc04b6a4036fe3ff7f8e2.zip
hercules: in tmw in mob_db remove element field, because it have non starndatd values.
Diffstat (limited to 'hercules/code')
-rw-r--r--hercules/code/server/tmw/mobdb.py3
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] + ",",