mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Core/Entities: Fixed the WorldObject::BuildMonsterChat method.
closes #7556
This commit is contained in:
@@ -2293,8 +2293,6 @@ void WorldObject::BuildMonsterChat(WorldPacket* data, uint8 msgtype, char const*
|
||||
*data << (uint32)(strlen(text)+1);
|
||||
*data << text;
|
||||
*data << (uint8)0; // ChatTag
|
||||
*data << (float)0.0f; // added in 4.2.0, unk
|
||||
*data << (uint8)0; // added in 4.2.0, unk
|
||||
}
|
||||
|
||||
void Unit::BuildHeartBeatMsg(WorldPacket* data) const
|
||||
|
||||
Reference in New Issue
Block a user