mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 22:57:15 +00:00
Correct one missed repository pointer
This commit is contained in:
@@ -267,7 +267,7 @@ public:
|
||||
insert_values.push_back(std::to_string(spawn_events_entry.argument));
|
||||
insert_values.push_back(std::to_string(spawn_events_entry.strict));
|
||||
|
||||
auto results = database.QueryDatabase(
|
||||
auto results = db.QueryDatabase(
|
||||
fmt::format(
|
||||
"{} VALUES ({})",
|
||||
BaseInsert(),
|
||||
|
||||
Reference in New Issue
Block a user