This commit is contained in:
2024-05-10 18:06:03 -05:00
parent 58f5bf05e0
commit 38816f25bb
+1 -1
View File
@@ -146,7 +146,7 @@ public class WorldServer {
NPC npc = NPC.getFromCache(msg.getNpcID());
if (npc != null)
msg.setUnknown02(npc.sellPercent); //cost to refine?
msg.setUnknown02(0); //cost to refine?
Dispatch dispatch = Dispatch.borrow(origin.getPlayerCharacter(), msg);
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);