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