1
0
forked from noxious/server

Added alignment to user schema

This commit is contained in:
2024-08-31 20:26:55 +02:00
parent 057b8bd603
commit 5724c56627
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ model Character {
mana Int @default(100)
level Int @default(1)
experience Int @default(0)
alignment Int @default(50)
role String @default("player")
positionX Int @default(0)
positionY Int @default(0)