summaryrefslogtreecommitdiff
path: root/hercules/code/server
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server')
-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")