Renamed incoming packet variable

This commit is contained in:
Remco 2021-03-02 20:48:13 +01:00
parent 1685065b32
commit 9f2449ec36

View File

@ -21,7 +21,7 @@ public class BuyRoomPromotionEvent extends MessageHandler {
int itemId = this.packet.readInt();
int roomId = this.packet.readInt();
String title = this.packet.readString();
boolean unknown1 = this.packet.readBoolean();
boolean extendedPromotion = this.packet.readBoolean();
String description = this.packet.readString();
int categoryId = this.packet.readInt();