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:
@ -463,7 +463,7 @@ pub fn create_character(
|
|||||||
|
|
||||||
let mut stmt = transaction.prepare_cached(
|
let mut stmt = transaction.prepare_cached(
|
||||||
"
|
"
|
||||||
INSERT INTO skill_group (entity_id,
|
INSERT INTO ability_set (entity_id,
|
||||||
ability_sets)
|
ability_sets)
|
||||||
VALUES (?1, ?2)",
|
VALUES (?1, ?2)",
|
||||||
)?;
|
)?;
|
||||||
|
Reference in New Issue
Block a user