refund points from lost spells

This commit is contained in:
2023-01-12 21:44:52 -06:00
parent 743e1f150d
commit 1fef5e7c05
+1 -1
View File
@@ -108,7 +108,7 @@ public class TrainMsg extends ClientNetMsg {
} }
public static void train(TrainMsg msg, ClientConnection origin) throws MsgSendException { public static void train(TrainMsg msg, ClientConnection origin) throws MsgSendException {
origin.getPlayerCharacter().recalculate();
PlayerCharacter playerCharacter = SessionManager.getPlayerCharacter(origin); PlayerCharacter playerCharacter = SessionManager.getPlayerCharacter(origin);
Dispatch dispatch; Dispatch dispatch;