summaryrefslogtreecommitdiff
path: root/hercules/convert_server.py
diff options
context:
space:
mode:
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()