refund points from lost spells

This commit is contained in:
2023-01-12 21:35:20 -06:00
parent 7c983d04a3
commit 743e1f150d
2 changed files with 38 additions and 88 deletions
+1
View File
@@ -168,6 +168,7 @@ public class RefineMsg extends ClientNetMsg {
RefinerScreenMsg refinerScreenMsg = new RefinerScreenMsg(skillPower, npc.getSellPercent(pc)); //TODO set npc cost
dispatch = Dispatch.borrow(pc, refinerScreenMsg);
DispatchMessage.dispatchMsgDispatch(dispatch, engine.Enum.DispatchChannel.SECONDARY);
pc.recalculate();
}
}