diff --git a/zone/command.cpp b/zone/command.cpp index 46cdf4e9d..150750494 100755 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -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