mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
[0036] Fix chat handler. Author: @DDuarte
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
27f2d4ce1c
commit
c05133f8fb
12 changed files with 352 additions and 121 deletions
|
|
@ -1627,6 +1627,8 @@ void WorldObject::BuildMonsterChat(WorldPacket* data, ObjectGuid senderGuid, uin
|
|||
*data << uint32(strlen(text) + 1);
|
||||
*data << text;
|
||||
*data << uint8(0); // ChatTag
|
||||
*data << float(0.0f);
|
||||
*data << uint8(0);
|
||||
}
|
||||
|
||||
void WorldObject::SendMessageToSet(WorldPacket* data, bool /*bToSelf*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue