Began work on expanding the network protocols

This commit is contained in:
Kayne Ruse
2014-10-23 23:50:49 +11:00
parent 4434900afc
commit f584dd140b
5 changed files with 30 additions and 15 deletions
+2
View File
@@ -1,3 +1,5 @@
--TODO: An archive table of all dead characters
CREATE TABLE IF NOT EXISTS Accounts (
uid INTEGER PRIMARY KEY AUTOINCREMENT,
username varchar(100) UNIQUE,