forked from MagicBane/Server
refiner?
This commit is contained in:
@@ -146,7 +146,7 @@ public class WorldServer {
|
|||||||
NPC npc = NPC.getFromCache(msg.getNpcID());
|
NPC npc = NPC.getFromCache(msg.getNpcID());
|
||||||
|
|
||||||
if (npc != null)
|
if (npc != null)
|
||||||
msg.setUnknown02(npc.sellPercent); //cost to refine?
|
msg.setUnknown02(0); //cost to refine?
|
||||||
|
|
||||||
Dispatch dispatch = Dispatch.borrow(origin.getPlayerCharacter(), msg);
|
Dispatch dispatch = Dispatch.borrow(origin.getPlayerCharacter(), msg);
|
||||||
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);
|
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);
|
||||||
|
|||||||
Reference in New Issue
Block a user