mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[6949] Fixing group invite opcode.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
82c94b4101
commit
950bfc02df
2 changed files with 2 additions and 1 deletions
|
|
@ -154,6 +154,7 @@ void WorldSession::HandleGroupInviteOpcode( WorldPacket & recv_data )
|
|||
|
||||
// ok, we do it
|
||||
WorldPacket data(SMSG_GROUP_INVITE, 10); // guess size
|
||||
data << uint8(1); // ok
|
||||
data << GetPlayer()->GetName();
|
||||
player->GetSession()->SendPacket(&data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue