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