summaryrefslogtreecommitdiff
path: root/hercules/convert_server.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-02 20:25:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-02 20:25:48 +0300
commit9e00fbb1d3d1d8d07a1e7aafdaeae3a94725e1d7 (patch)
treebde570dd14b4b22ffb34e917935be12a899da4c2 /hercules/convert_server.py
parent8927537e465c698f11e06202ceec6a87bc60453e (diff)
downloadtools-9e00fbb1d3d1d8d07a1e7aafdaeae3a94725e1d7.tar.gz
tools-9e00fbb1d3d1d8d07a1e7aafdaeae3a94725e1d7.tar.bz2
tools-9e00fbb1d3d1d8d07a1e7aafdaeae3a94725e1d7.tar.xz
tools-9e00fbb1d3d1d8d07a1e7aafdaeae3a94725e1d7.zip
hercules: add questvars.txt parsing.
Diffstat (limited to 'hercules/convert_server.py')
-rwxr-xr-xhercules/convert_server.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/convert_server.py b/hercules/convert_server.py
index 07fadc2..9eaba1a 100755
--- a/hercules/convert_server.py
+++ b/hercules/convert_server.py
@@ -10,6 +10,7 @@ from code.server.mobdb import *
from code.server.mobskilldb import *
from code.server.npcs import *
from code.server.utils import *
+from code.server.questsdb import *
cleanServerData()
createMainScript()
@@ -18,3 +19,4 @@ convertMobDb()
convertItemDb()
convertConsts()
convertMobSkillDb()
+convertQuestsDb()