From b56bc29388d23e3b1197891cb3ebe6d7980c2ad1 Mon Sep 17 00:00:00 2001 From: Uleat Date: Thu, 14 Nov 2019 19:56:12 -0500 Subject: [PATCH] Fix for #npceditmass saylink apply missing 'exact match' token --- zone/command.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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