mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Fix for command '#editmassrespawn'
This commit is contained in:
parent
a4a4a2266b
commit
f03669b8f4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user