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 da8951c..221cfd2 100644
--- a/hercules/code/server/tmw/main.py
+++ b/hercules/code/server/tmw/main.py
@@ -6,6 +6,7 @@
from code.server.account import *
from code.server.accreg import *
+from code.server.party import *
from code.server.storage import *
from code.server.db.char import *
from code.server.db.charregnumdb import *
@@ -43,3 +44,4 @@ def dbTmwMain():
saveInventoryTable(users)
convertStorage()
convertAccReg()
+ convertParty(users)