mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 11:26:35 +00:00
[Bug Fix] Fix Unescaped String in Client::GotoPlayer (#4373)
* [Bug Fix] Fix Unescaped String in Client::GotoPlayer * Final * Update client.cpp
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@ public:
|
||||
|
||||
void SendChatLineBreak(uint16 color = Chat::White);
|
||||
|
||||
bool GotoPlayer(std::string player_name);
|
||||
bool GotoPlayer(const std::string& player_name);
|
||||
bool GotoPlayerGroup(const std::string& player_name);
|
||||
bool GotoPlayerRaid(const std::string& player_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user