mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Correct one missed repository pointer
This commit is contained in:
@@ -297,7 +297,7 @@ public:
|
||||
insert_values.push_back("'" + EscapeString(spawn2_entry.content_flags) + "'");
|
||||
insert_values.push_back("'" + EscapeString(spawn2_entry.content_flags_disabled) + "'");
|
||||
|
||||
auto results = content_db.QueryDatabase(
|
||||
auto results = db.QueryDatabase(
|
||||
fmt::format(
|
||||
"{} VALUES ({})",
|
||||
BaseInsert(),
|
||||
|
||||
Reference in New Issue
Block a user