Fix for #npceditmass saylink apply missing 'exact match' token

This commit is contained in:
Uleat 2019-11-14 19:56:12 -05:00
parent 9ced3270a0
commit b56bc29388

View File

@ -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