fix: GM 1272 was labled as 1273 (#1210)

This commit is contained in:
Aaron Kimbrell 2023-10-06 01:20:20 -05:00 committed by GitHub
parent 258ee5c1ee
commit b33e9935f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1152,7 +1152,7 @@ enum class eGameMessageType : uint16_t {
COLLISION_POINT_REMOVED = 1269,
SET_ATTACHED = 1270,
SET_DESTROYABLE_MODEL_BRICKS = 1271,
VEHICLE_SET_POWERSLIDE_LOCK_WHEELS = 1273,
VEHICLE_SET_POWERSLIDE_LOCK_WHEELS = 1272,
VEHICLE_SET_WHEEL_LOCK_STATE = 1273,
SHOW_HEALTH_BAR = 1274,
GET_SHOWS_HEALTH_BAR = 1275,