summaryrefslogtreecommitdiff
path: root/hercules/code/server/tmw/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/tmw/main.py')
-rw-r--r--hercules/code/server/tmw/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/code/server/tmw/main.py b/hercules/code/server/tmw/main.py
index 8e2e9e3..da8951c 100644
--- a/hercules/code/server/tmw/main.py
+++ b/hercules/code/server/tmw/main.py
@@ -5,6 +5,7 @@
# Author: Andrei Karas (4144)
from code.server.account import *
+from code.server.accreg import *
from code.server.storage import *
from code.server.db.char import *
from code.server.db.charregnumdb import *
@@ -41,3 +42,4 @@ def dbTmwMain():
saveSkillTable(users)
saveInventoryTable(users)
convertStorage()
+ convertAccReg()