refiner?
This commit is contained in:
@@ -95,7 +95,7 @@ public class RefinerScreenMsg extends ClientNetMsg {
|
||||
return this.unknown02;
|
||||
}
|
||||
|
||||
public void setUnknown02(int value) {
|
||||
public void setUnknown02(float value) {
|
||||
this.unknown02 = value;
|
||||
}
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ public class WorldServer {
|
||||
NPC npc = NPC.getFromCache(msg.getNpcID());
|
||||
|
||||
if (npc != null)
|
||||
msg.setUnknown02(0); //cost to refine?
|
||||
msg.setUnknown02(npc.sellPercent); //cost to refine?
|
||||
|
||||
Dispatch dispatch = Dispatch.borrow(origin.getPlayerCharacter(), msg);
|
||||
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY);
|
||||
|
||||
Reference in New Issue
Block a user