aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorСмердокрыл <smerdokryl@gmail.com>2019-12-21 13:45:28 +0300
committerShauren <shauren.trinity@gmail.com>2021-03-27 12:36:55 +0100
commit3ef50d6a1b6f49f1896d38ae9106cdf8228f1785 (patch)
tree1f0d4fb7e4249fd118b80c7e320dd5bcdac9d04b /src
parentcfb32584b0bd91a091e9861a51533ee157792d8e (diff)
Core/Vehicles: Named new vehicle seat flag B - passenger mirrors anims
Closes #23982
Diffstat (limited to 'src')
-rw-r--r--src/server/game/DataStores/DBCEnums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/DataStores/DBCEnums.h b/src/server/game/DataStores/DBCEnums.h
index fabbe06250c..920e88ddbbf 100644
--- a/src/server/game/DataStores/DBCEnums.h
+++ b/src/server/game/DataStores/DBCEnums.h
@@ -1555,6 +1555,7 @@ enum VehicleSeatFlagsB
VEHICLE_SEAT_FLAG_B_EJECTABLE = 0x00000020, // ejectable
VEHICLE_SEAT_FLAG_B_USABLE_FORCED_2 = 0x00000040,
VEHICLE_SEAT_FLAG_B_USABLE_FORCED_3 = 0x00000100,
+ VEHICLE_SEAT_FLAG_B_PASSENGER_MIRRORS_ANIMS = 0x00010000, // Passenger forced to repeat all vehicle animations
VEHICLE_SEAT_FLAG_B_KEEP_PET = 0x00020000,
VEHICLE_SEAT_FLAG_B_USABLE_FORCED_4 = 0x02000000,
VEHICLE_SEAT_FLAG_B_CAN_SWITCH = 0x04000000,