aboutsummaryrefslogtreecommitdiff
path: root/internal/net/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/net/server.go')
-rw-r--r--internal/net/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/net/server.go b/internal/net/server.go
index 8fb975f..08d427f 100644
--- a/internal/net/server.go
+++ b/internal/net/server.go
@@ -26,6 +26,7 @@ const (
StateGame
StateChangeDescription
StateTalk
+ StateDropAllConfirm
)
type Session struct {
@@ -44,6 +45,7 @@ type AccountEntry struct {
Name string
PasswordHash string
Characters []string
+ Aliases map[string]string
}
type Server struct {