Handler created for TrainMsg

This commit is contained in:
2024-03-27 13:57:36 -04:00
parent fa5980bc6a
commit 2d246a6773
4 changed files with 298 additions and 265 deletions
@@ -853,9 +853,6 @@ public class ClientMessagePump implements NetMsgHandler {
case ARCUNTRAINLIST:
WorldServer.refinerScreen((RefinerScreenMsg) msg, origin);
break;
case TRAINSKILL:
TrainMsg.train((TrainMsg) msg, origin);
break;
case ARCUNTRAINABILITY:
RefineMsg.refine((RefineMsg) msg, origin);
break;