summaryrefslogtreecommitdiff
path: root/hercules/convert_server.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-02 13:38:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-02 14:37:41 +0300
commitf648ef1a6d5ca562e76362f077cba2b5661cf24c (patch)
treedca1605fab8e6d3ec3d4981dffcca19b06401ad2 /hercules/convert_server.py
parent8dc2b2020ec745d33575c35821f8279d351519f2 (diff)
downloadtools-f648ef1a6d5ca562e76362f077cba2b5661cf24c.tar.gz
tools-f648ef1a6d5ca562e76362f077cba2b5661cf24c.tar.bz2
tools-f648ef1a6d5ca562e76362f077cba2b5661cf24c.tar.xz
tools-f648ef1a6d5ca562e76362f077cba2b5661cf24c.zip
hercules: add const conversion.
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 9968218..563ee70 100755
--- a/hercules/convert_server.py
+++ b/hercules/convert_server.py
@@ -4,6 +4,7 @@
# Copyright (C) 2014 Evol Online
# Author: Andrei Karas (4144)
+from code.server.consts import *
from code.server.itemdb import *
from code.server.mobdb import *
from code.server.npcs import *
@@ -14,3 +15,4 @@ createMainScript()
convertNpcs()
convertMobDb()
convertItemDb()
+convertConsts()