Core/NetworkIO: sync opcode values with wpp and removed duplicate ones

This commit is contained in:
joschiwald
2015-01-18 23:56:01 +01:00
parent 1a4b1beb14
commit fd6668d17a
30 changed files with 489 additions and 303 deletions

View File

@@ -1343,7 +1343,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);
}