Core/Entities: Fixed the WorldObject::BuildMonsterChat method.

closes #7556
This commit is contained in:
Subv
2012-10-16 20:17:45 -05:00
parent 644d3c0987
commit b49891e348

View File

@@ -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