Handler created for RefineMsg

This commit is contained in:
2024-03-29 07:04:46 -04:00
parent 5a5fd8155c
commit 1825035739
4 changed files with 164 additions and 131 deletions
@@ -129,9 +129,6 @@ public class ClientMessagePump implements NetMsgHandler {
case ARCUNTRAINLIST:
WorldServer.refinerScreen((RefinerScreenMsg) msg, origin);
break;
case ARCUNTRAINABILITY:
RefineMsg.refine((RefineMsg) msg, origin);
break;
case POWERTARGNAME:
PowersManager.summon((SendSummonsRequestMsg) msg, origin);
break;