mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed issue with character creation referencing incorrect table in database
This commit is contained in:
parent
19a1a0adb2
commit
27c9f702db
@ -463,7 +463,7 @@ pub fn create_character(
|
||||
|
||||
let mut stmt = transaction.prepare_cached(
|
||||
"
|
||||
INSERT INTO skill_group (entity_id,
|
||||
INSERT INTO ability_set (entity_id,
|
||||
ability_sets)
|
||||
VALUES (?1, ?2)",
|
||||
)?;
|
||||
|
Loading…
Reference in New Issue
Block a user