summaryrefslogtreecommitdiff
path: root/hercules/code/server/tmw/consts.py
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-02-14 21:20:23 -0600
committerwushin <pasekei@gmail.com>2015-02-15 11:26:19 -0600
commitab1bb25f7ebb0334df40f2958234fffb2a34c28d (patch)
tree668a59764295b9f1c55ae1c144817180ad271ad3 /hercules/code/server/tmw/consts.py
parent961701aec19f0835e8b88f3a8782ce1a44d468dc (diff)
downloadtools-ab1bb25f7ebb0334df40f2958234fffb2a34c28d.tar.gz
tools-ab1bb25f7ebb0334df40f2958234fffb2a34c28d.tar.bz2
tools-ab1bb25f7ebb0334df40f2958234fffb2a34c28d.tar.xz
tools-ab1bb25f7ebb0334df40f2958234fffb2a34c28d.zip
Hercules: tmw convertor: Fix TMWA pathing to ease migration
Diffstat (limited to 'hercules/code/server/tmw/consts.py')
-rw-r--r--hercules/code/server/tmw/consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/tmw/consts.py b/hercules/code/server/tmw/consts.py
index 8f1cfcf..4b538dc 100644
--- a/hercules/code/server/tmw/consts.py
+++ b/hercules/code/server/tmw/consts.py
@@ -56,7 +56,7 @@ def convertConsts(quests):
# build in parameters
w.write("ClientVersion\t10000\t1\n");
- srcDir = "oldserverdata/db/"
+ srcDir = "oldserverdata/world/map/db/"
w.write("// tmw constants\n")
for srcFile in getConstsFile(srcDir):
with open(srcFile, "r") as r: