Fixed RecipeShopSellList display.
This commit is contained in:
@@ -53,6 +53,10 @@ public class RecipeShopSellList implements IClientOutgoingPacket
|
|||||||
packet.writeD(temp.getRecipeId());
|
packet.writeD(temp.getRecipeId());
|
||||||
packet.writeD(0x00); // unknown
|
packet.writeD(0x00); // unknown
|
||||||
packet.writeQ(temp.getCost());
|
packet.writeQ(temp.getCost());
|
||||||
|
|
||||||
|
packet.writeQ(0x00); // Classic - 166
|
||||||
|
packet.writeQ(0x00); // Classic - 166
|
||||||
|
packet.writeC(0x00); // Classic - 166
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
@@ -53,6 +53,10 @@ public class RecipeShopSellList implements IClientOutgoingPacket
|
|||||||
packet.writeD(temp.getRecipeId());
|
packet.writeD(temp.getRecipeId());
|
||||||
packet.writeD(0x00); // unknown
|
packet.writeD(0x00); // unknown
|
||||||
packet.writeQ(temp.getCost());
|
packet.writeQ(temp.getCost());
|
||||||
|
|
||||||
|
packet.writeQ(0x00); // Classic - 166
|
||||||
|
packet.writeQ(0x00); // Classic - 166
|
||||||
|
packet.writeC(0x00); // Classic - 166
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user