summaryrefslogtreecommitdiff
path: root/hercules/convert_server.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-19 13:54:41 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-19 13:54:41 +0300
commit74013ae165a5438aaa7983d4dad0e5d9217a1957 (patch)
treecf335ede54a72b826980754963f256acde04f465 /hercules/convert_server.py
parent43989d89221a7fda3c6afed4c6621c5717b50fd4 (diff)
downloadevol-tools-74013ae165a5438aaa7983d4dad0e5d9217a1957.tar.gz
evol-tools-74013ae165a5438aaa7983d4dad0e5d9217a1957.tar.bz2
evol-tools-74013ae165a5438aaa7983d4dad0e5d9217a1957.tar.xz
evol-tools-74013ae165a5438aaa7983d4dad0e5d9217a1957.zip
hercules: fix quest constant values.
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 703870b..655e4ad 100755
--- a/hercules/convert_server.py
+++ b/hercules/convert_server.py
@@ -16,7 +16,7 @@ cleanServerData()
createMainScript()
convertNpcs()
convertMobDb()
-convertConsts()
+quests = convertQuestsDb()
+convertConsts(quests)
convertItemDb()
convertMobSkillDb()
-convertQuestsDb()