- add: money is now sent with the character data sent to the client
This commit is contained in:
@@ -39,6 +39,7 @@ create table characters
|
||||
on delete cascade,
|
||||
is_active boolean default true,
|
||||
name varchar(50) not null,
|
||||
money bigint default 0,
|
||||
inventory jsonb default '[]'::jsonb,
|
||||
stats jsonb default '{}'::jsonb,
|
||||
skills jsonb default '[]'::jsonb,
|
||||
|
||||
Reference in New Issue
Block a user