mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Format name in expedition invite message
Live uses the original unformatted user input in invite messages, but this doesn't seem necessary to emulate
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ private:
|
||||
void SendWorldMemberSwapped(const std::string& remove_char_name, uint32_t remove_char_id,
|
||||
const std::string& add_char_name, uint32_t add_char_id);
|
||||
void SendWorldSettingChanged(uint16_t server_opcode, bool setting_value);
|
||||
void TryAddClient(Client* add_client, const std::string& inviter_name, const std::string& orig_add_name,
|
||||
void TryAddClient(Client* add_client, const std::string& inviter_name,
|
||||
const std::string& swap_remove_name, Client* leader_client = nullptr);
|
||||
void UpdateMemberStatus(uint32_t update_character_id, ExpeditionMemberStatus status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user