Skip to content

Commit efa762a

Browse files
committed
East const.
1 parent e60aee5 commit efa762a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/Server/Protocol/Opcodes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Handlers BuildOpcodeList()
5555
/*status*/ (requiredState), \
5656
/*packetProcessing*/ (schedulingStrategy), \
5757
/*readPacket*/ static_cast<std::unique_ptr<ClientPacket>(*)(WorldPacket&)>(&WorldSession::Handle_GenericRead<get_packet_class<decltype(handlerPtr)>::type>), \
58-
/*handler*/ static_cast<void (WorldSession::*)(const ClientPacket&)>(&WorldSession::Handle_GenericPacket<get_packet_class<decltype(handlerPtr)>::type, (handlerPtr)>) \
58+
/*handler*/ static_cast<void (WorldSession::*)(ClientPacket const&)>(&WorldSession::Handle_GenericPacket<get_packet_class<decltype(handlerPtr)>::type, (handlerPtr)>) \
5959
};\
6060
}
6161

0 commit comments

Comments
 (0)