diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-19 20:25:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-19 20:41:14 +0300 |
commit | c6892d9631000859b04a203b1d2e9e5a828c2ffa (patch) | |
tree | 61b995fd164e32d31c5d96efd47f1a594faeae63 /hercules/code/server/tmw | |
parent | 57a76c737b207c83cc0ef597ba470511acf2462e (diff) | |
download | evol-tools-c6892d9631000859b04a203b1d2e9e5a828c2ffa.tar.gz evol-tools-c6892d9631000859b04a203b1d2e9e5a828c2ffa.tar.bz2 evol-tools-c6892d9631000859b04a203b1d2e9e5a828c2ffa.tar.xz evol-tools-c6892d9631000859b04a203b1d2e9e5a828c2ffa.zip |
hercules: convert to party.sql
Diffstat (limited to 'hercules/code/server/tmw')
-rw-r--r-- | hercules/code/server/tmw/main.py | 2 |
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) |