[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:
Alex King
2024-06-01 17:09:00 -04:00
committed by GitHub
parent 217a80ee76
commit 4ca724956b
3 changed files with 73 additions and 51 deletions
+1 -1
View File
@@ -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);