mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Correct one missed repository pointer
This commit is contained in:
@@ -239,7 +239,7 @@ public:
|
||||
insert_values.push_back("'" + EscapeString(group_leaders_entry.mentoree) + "'");
|
||||
insert_values.push_back(std::to_string(group_leaders_entry.mentor_percent));
|
||||
|
||||
auto results = database.QueryDatabase(
|
||||
auto results = db.QueryDatabase(
|
||||
fmt::format(
|
||||
"{} VALUES ({})",
|
||||
BaseInsert(),
|
||||
|
||||
Reference in New Issue
Block a user