Rename and clean up MapleTrade

This commit is contained in:
P0nk
2021-09-09 22:53:53 +02:00
parent 701d735202
commit 5883626020
10 changed files with 118 additions and 117 deletions

View File

@@ -3243,7 +3243,7 @@ public class PacketCreator {
return p;
}
public static Packet getTradeStart(Client c, MapleTrade trade, byte number) {
public static Packet getTradeStart(Client c, Trade trade, byte number) {
final OutPacket p = OutPacket.create(SendOpcode.PLAYER_INTERACTION);
p.writeByte(PlayerInteractionHandler.Action.ROOM.getCode());
p.writeByte(3);