| 1908 | } |
| 1909 | |
| 1910 | void cmdHandler_Train(const QStringList &/*params*/, MapClientSession &sess) |
| 1911 | { |
| 1912 | playerTrain(sess); |
| 1913 | } |
| 1914 | |
| 1915 | void cmdHandler_Kiosk(const QStringList &/*params*/, MapClientSession &sess) |
| 1916 | { |
nothing calls this directly
no test coverage detected