mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Saylinks] Add Silent helper (#2372)
* [Saylinks] Add Silent helper * Swap out usage in door manipulation for silent saylink helper
This commit is contained in:
+2
-1
@@ -129,7 +129,8 @@ namespace EQ
|
||||
|
||||
class Saylink {
|
||||
public:
|
||||
static std::string Create(std::string saylink_text, bool silent, std::string link_name);
|
||||
static std::string Create(const std::string &saylink_text, bool silent, const std::string &link_name);
|
||||
static std::string Silent(const std::string &saylink_text, const std::string &link_name);
|
||||
};
|
||||
|
||||
#endif /*COMMON_SAY_LINK_H*/
|
||||
|
||||
Reference in New Issue
Block a user