mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[6805] Small fixes in send/received packet and simple code cleanup also.
This commit is contained in:
parent
d5b713e9c0
commit
ac222e92b1
4 changed files with 12 additions and 6 deletions
|
|
@ -1261,6 +1261,8 @@ void WorldSession::HandleWhoisOpcode(WorldPacket& recv_data)
|
|||
return;
|
||||
}
|
||||
|
||||
normalizePlayerName (charname);
|
||||
|
||||
Player *plr = objmgr.GetPlayer(charname.c_str());
|
||||
|
||||
if(!plr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue