mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 03:52:35 +00:00
Fix for #npceditmass command failure on string-based updates
This commit is contained in:
parent
db085b7126
commit
a26227f258
@ -7740,7 +7740,7 @@ void command_npceditmass(Client *c, const Seperator *sep)
|
|||||||
|
|
||||||
database.QueryDatabase(
|
database.QueryDatabase(
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"UPDATE `npc_types` SET {} = {} WHERE id IN ({})",
|
"UPDATE `npc_types` SET {} = '{}' WHERE id IN ({})",
|
||||||
change_column,
|
change_column,
|
||||||
change_value,
|
change_value,
|
||||||
npc_ids_string
|
npc_ids_string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user