We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60aee5 commit efa762aCopy full SHA for efa762a
1 file changed
src/game/Server/Protocol/Opcodes.cpp
@@ -55,7 +55,7 @@ Handlers BuildOpcodeList()
55
/*status*/ (requiredState), \
56
/*packetProcessing*/ (schedulingStrategy), \
57
/*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)>) \
+ /*handler*/ static_cast<void (WorldSession::*)(ClientPacket const&)>(&WorldSession::Handle_GenericPacket<get_packet_class<decltype(handlerPtr)>::type, (handlerPtr)>) \
59
};\
60
}
61
0 commit comments