summaryrefslogtreecommitdiff
path: root/hercules/code/server/evol/main.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-29 15:16:29 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-29 15:16:29 +0300
commit8621f3e93bad320dc61ea9bea7cfc4767b1c5a8b (patch)
tree98b81fe09d9cd9406d8b65aa82313148eddbdae2 /hercules/code/server/evol/main.py
parent3e422ea7eb8e83638971bdff4f584db2750ee0a4 (diff)
downloadtools-8621f3e93bad320dc61ea9bea7cfc4767b1c5a8b.tar.gz
tools-8621f3e93bad320dc61ea9bea7cfc4767b1c5a8b.tar.bz2
tools-8621f3e93bad320dc61ea9bea7cfc4767b1c5a8b.tar.xz
tools-8621f3e93bad320dc61ea9bea7cfc4767b1c5a8b.zip
hercules: add support for convert consts.txt from tmw.
Diffstat (limited to 'hercules/code/server/evol/main.py')
-rw-r--r--hercules/code/server/evol/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/evol/main.py b/hercules/code/server/evol/main.py
index 23a98e5..bdc891a 100644
--- a/hercules/code/server/evol/main.py
+++ b/hercules/code/server/evol/main.py
@@ -4,7 +4,7 @@
# Copyright (C) 2014 Evol Online
# Author: Andrei Karas (4144)
-from code.server.consts import *
+from code.server.evol.consts import *
from code.server.evol.itemdb import *
from code.server.evol.mobdb import *
from code.server.mobskilldb import *