mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
Fix for #npceditmass saylink apply missing 'exact match' token
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user