diff options
| author | n0n4m3 <none@none> | 2010-02-15 14:46:04 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2010-02-15 14:46:04 +0100 |
| commit | fa9815420f76415f911c32385352edd24ef64c99 (patch) | |
| tree | bf2fa139f48b53f81af520a1209560be4a8072ce /src/game/WorldSession.h | |
| parent | 490f4bf7ec0921b7129233f121b812051d4f2335 (diff) | |
Fix display leader name in channel , also code cleanup. Implemented function SendPlayerNotFoundNotice. thx TOM_RUS.
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSession.h')
| -rw-r--r-- | src/game/WorldSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h index ce3974312ab..3631ae36dc8 100644 --- a/src/game/WorldSession.h +++ b/src/game/WorldSession.h @@ -555,6 +555,7 @@ class WorldSession bool processChatmessageFurtherAfterSecurityChecks(std::string&, uint32); void HandleMessagechatOpcode(WorldPacket& recvPacket); + void SendPlayerNotFoundNotice(std::string name); void HandleTextEmoteOpcode(WorldPacket& recvPacket); void HandleChatIgnoredOpcode(WorldPacket& recvPacket); |
