Fix for command '#editmassrespawn'

This commit is contained in:
Uleat 2020-10-10 21:13:13 -04:00
parent a4a4a2266b
commit f03669b8f4

View File

@ -6879,7 +6879,7 @@ void command_editmassrespawn(Client* c, const Seperator* sep)
int results_count = 0;
auto results = database.QueryDatabase(query);
auto results = content_db.QueryDatabase(query);
if (results.Success() && results.RowCount()) {
results_count = results.RowCount();
@ -6906,7 +6906,7 @@ void command_editmassrespawn(Client* c, const Seperator* sep)
if (change_apply) {
results = database.QueryDatabase(
results = content_db.QueryDatabase(
fmt::format(
SQL(
UPDATE spawn2