summaryrefslogtreecommitdiff
path: root/hercules/convert_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/convert_server.py')
-rwxr-xr-xhercules/convert_server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules/convert_server.py b/hercules/convert_server.py
index 655e4ad..4cbaa89 100755
--- a/hercules/convert_server.py
+++ b/hercules/convert_server.py
@@ -14,9 +14,9 @@ from code.server.questsdb import *
cleanServerData()
createMainScript()
-convertNpcs()
+items = convertItemDb()
+convertNpcs(items)
convertMobDb()
quests = convertQuestsDb()
convertConsts(quests)
-convertItemDb()
convertMobSkillDb()