Core/Packets: Fix packet structure for RideTicket
This commit is contained in:
@@ -29,7 +29,7 @@ namespace WorldPackets
|
||||
ObjectGuid RequesterGuid;
|
||||
int32 Id = 0;
|
||||
int32 Type = 0;
|
||||
time_t Time = 0;
|
||||
uint32 Time = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user