mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 15:01:29 +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(
|
||||
fmt::format(
|
||||
"UPDATE `npc_types` SET {} = {} WHERE id IN ({})",
|
||||
"UPDATE `npc_types` SET {} = '{}' WHERE id IN ({})",
|
||||
change_column,
|
||||
change_value,
|
||||
npc_ids_string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user