mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Renamed incoming packet variable
This commit is contained in:
parent
1685065b32
commit
9f2449ec36
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user