Core/Packets: Fix packet structure for RideTicket

This commit is contained in:
Carbenium
2015-03-11 08:29:50 +01:00
parent 678c307db6
commit 163bd334d0
+1 -1
View File
@@ -29,7 +29,7 @@ namespace WorldPackets
ObjectGuid RequesterGuid;
int32 Id = 0;
int32 Type = 0;
time_t Time = 0;
uint32 Time = 0;
};
}
}