mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 12:12:25 +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(
|
std::string saylink = fmt::format(
|
||||||
"#npceditmass {} {} {} {} apply",
|
"#npceditmass {} {}{} {} {} apply",
|
||||||
search_column,
|
search_column,
|
||||||
|
(exact_match ? '=' : '\0'),
|
||||||
search_value,
|
search_value,
|
||||||
change_column,
|
change_column,
|
||||||
change_value
|
change_value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user