mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 12:27:17 +00:00
Correct one missed repository pointer
This commit is contained in:
@@ -309,7 +309,7 @@ public:
|
||||
insert_values.push_back(std::to_string(npc_spells_entry.idle_no_sp_recast_max));
|
||||
insert_values.push_back(std::to_string(npc_spells_entry.idle_b_chance));
|
||||
|
||||
auto results = content_db.QueryDatabase(
|
||||
auto results = db.QueryDatabase(
|
||||
fmt::format(
|
||||
"{} VALUES ({})",
|
||||
BaseInsert(),
|
||||
|
||||
Reference in New Issue
Block a user