diff options
Diffstat (limited to 'hercules/code/server/tmw/consts.py')
-rw-r--r-- | hercules/code/server/tmw/consts.py | 2 |
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: |