forge items each cycle

This commit is contained in:
2024-04-13 08:51:02 -04:00
parent 980dee2e14
commit ec80146117
2 changed files with 14 additions and 20 deletions
@@ -9,7 +9,6 @@
package engine.net.client.handlers;
import engine.exception.MsgSendException;
import engine.gameManager.ChatManager;
import engine.gameManager.DbManager;
@@ -34,6 +33,7 @@ import java.util.HashMap;
* @Summary: Processes application protocol message which modifies
* hireling inventory through rolling, junking or depositing.
*/
public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
public ItemProductionMsgHandler() {