Core/PacketIO: Update UpdateFlags for SMSG_UPDATE_OBJECT movement update (#9)

* Core/PacketIO: Update UpdateFlags for SMSG_UPDATE_OBJECT movement update

* 1

* Core/NetworkOI: corrected connection type for SMSG_MOVE_UPDATE

* suggestions
This commit is contained in:
Artamedes
2019-10-15 13:11:15 -04:00
committed by Ovah
parent 91d020d99d
commit 57992c4f0d
9 changed files with 50 additions and 44 deletions

View File

@@ -1402,7 +1402,7 @@ public:
target->DestroyForNearbyPlayers(); // Force new SMSG_UPDATE_OBJECT:CreateObject
else
{
WorldPacket data(SMSG_PLAYER_MOVE);
WorldPacket data(SMSG_MOVE_UPDATE);
target->WriteMovementInfo(data);
target->SendMessageToSet(&data, true);
}