From 9567c8f38e7b39c56d09cc56f04b89d60e015f9c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 18 Jun 2025 21:00:20 -0400 Subject: [PATCH] Change default GM rank back to 90 I originally did this thinking I would engineer a user management interface afterwards, but this hasn't materialized yet and just makes testing Kawari harder. This should stop having to manually edit your Kawari World database to gain access to GM and debug commands. --- src/world/database.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/database.rs b/src/world/database.rs index 17f0086..62454e7 100644 --- a/src/world/database.rs +++ b/src/world/database.rs @@ -352,7 +352,7 @@ impl WorldDatabase { // insert char data connection .execute( - "INSERT INTO character_data VALUES (?1, ?2, ?3, ?4, ?5, 0.0, 0.0, 0.0, 0.0, ?6, 0, 0);", + "INSERT INTO character_data VALUES (?1, ?2, ?3, ?4, ?5, 0.0, 0.0, 0.0, 0.0, ?6, 0, 90);", ( content_id, name,