mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 02:13:51 +00:00
Fix for #npceditmass saylink apply missing 'exact match' token
This commit is contained in:
parent
9ced3270a0
commit
b56bc29388
@ -7859,8 +7859,9 @@ void command_npceditmass(Client *c, const Seperator *sep)
|
||||
}
|
||||
|
||||
std::string saylink = fmt::format(
|
||||
"#npceditmass {} {} {} {} apply",
|
||||
"#npceditmass {} {}{} {} {} apply",
|
||||
search_column,
|
||||
(exact_match ? '=' : '\0'),
|
||||
search_value,
|
||||
change_column,
|
||||
change_value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user