Core/Units: Define new 11.1.0 movement flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/438d0c3089aaf48352e493ab0a007ef6ef15a276)
This commit is contained in:
@@ -88,5 +88,8 @@ namespace Framework.Constants
|
|||||||
CanAdvFly = 0x02,
|
CanAdvFly = 0x02,
|
||||||
AdvFlying = 0x04,
|
AdvFlying = 0x04,
|
||||||
CantSwim = 0x2000,
|
CantSwim = 0x2000,
|
||||||
|
CanDrive = 0x4000,
|
||||||
|
DrivingFoward = 0x8000,
|
||||||
|
DrivingBackward = 0x10000,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user