mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-14 05:59:29 +01:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user