forked from noxious/server
Added alignment to user schema
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user