Fixed RecipeShopSellList display.

This commit is contained in:
MobiusDevelopment
2019-08-06 13:52:31 +00:00
parent b367c57302
commit e2e3113ad9
2 changed files with 8 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ public class RecipeShopSellList implements IClientOutgoingPacket
packet.writeD(temp.getRecipeId());
packet.writeD(0x00); // unknown
packet.writeQ(temp.getCost());
packet.writeQ(0x00); // Classic - 166
packet.writeQ(0x00); // Classic - 166
packet.writeC(0x00); // Classic - 166
}
}
return true;