From 3c410c7ab75a2f730ef41ca8d0c55fe1fc23ac13 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Feb 2015 00:02:49 +0300 Subject: hercules: convert to acc_reg_num_db.sql --- hercules/code/server/tmw/main.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hercules/code/server/tmw/main.py') 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() -- cgit v1.2.3-70-g09d2