- add: money is now sent with the character data sent to the client

This commit is contained in:
2025-03-09 13:53:26 -04:00
parent 8ba8fce20b
commit dfd98e96d2
7 changed files with 52 additions and 43 deletions

View File

@@ -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,