diff --git a/components/openmw-mp/Packets/Player/PacketPlayerCellLoad.cpp b/components/openmw-mp/Packets/Player/PacketPlayerCellLoad.cpp index d38181d1d..abe3fc479 100644 --- a/components/openmw-mp/Packets/Player/PacketPlayerCellLoad.cpp +++ b/components/openmw-mp/Packets/Player/PacketPlayerCellLoad.cpp @@ -4,7 +4,7 @@ mwmp::PacketPlayerCellLoad::PacketPlayerCellLoad(RakNet::RakPeerInterface *peer) : PlayerPacket(peer) { - packetID = ID_PLAYER_CELL_CHANGE; + packetID = ID_PLAYER_CELL_LOAD; priority = IMMEDIATE_PRIORITY; reliability = RELIABLE_ORDERED; }