MCPcopy Create free account
hub / github.com/Segs/Segs / sendLevelUp

Function sendLevelUp

Projects/CoX/Servers/MapServer/DataHelpers.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void sendLevelUp(MapClientSession &sess)
431{
432 //qCDebug(logSlashCommand) << "Sending LevelUp:" << src.m_idx;
433 sess.addCommand<LevelUp>();
434}
435
436void sendEnhanceCombineResponse(MapClientSession &sess, bool success, bool destroy)
437{

Callers 2

playerTrainFunction · 0.85
cmdHandler_LevelUpXpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected