summaryrefslogtreecommitdiff
path: root/hercules
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-25 22:30:44 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-25 22:30:44 +0300
commit703023a7c455c35af4ba3374a6b40caf920cc51a (patch)
tree2f5dc038c3a8667e8436fbacdc8018b0aadffbd0 /hercules
parent14ed8bf2db79eff1025c9092050a7b6c950e97a9 (diff)
downloadtools-703023a7c455c35af4ba3374a6b40caf920cc51a.tar.gz
tools-703023a7c455c35af4ba3374a6b40caf920cc51a.tar.bz2
tools-703023a7c455c35af4ba3374a6b40caf920cc51a.tar.xz
tools-703023a7c455c35af4ba3374a6b40caf920cc51a.zip
hercules: remove from converter constant ClientVersion.
Diffstat (limited to 'hercules')
-rw-r--r--hercules/code/server/tmw/consts.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hercules/code/server/tmw/consts.py b/hercules/code/server/tmw/consts.py
index 64e2f64..c1137a1 100644
--- a/hercules/code/server/tmw/consts.py
+++ b/hercules/code/server/tmw/consts.py
@@ -92,9 +92,6 @@ def convertConsts(quests, npcIds):
fields[const[0]] = const[1].strip()
writeConst(w, const)
- # build in parameters
- writeConst(w, ("ClientVersion", " 10000", 1));
-
srcDir = "oldserverdata/world/map/db/"
w.write("// tmw constants\n")