Core/Units: Define new 11.1.0 movement flags

Port From (https://github.com/TrinityCore/TrinityCore/commit/438d0c3089aaf48352e493ab0a007ef6ef15a276)
This commit is contained in:
Hondacrx
2025-06-15 17:32:22 -04:00
parent 0a135aa6f3
commit 56e3f80366
@@ -88,5 +88,8 @@ namespace Framework.Constants
CanAdvFly = 0x02,
AdvFlying = 0x04,
CantSwim = 0x2000,
CanDrive = 0x4000,
DrivingFoward = 0x8000,
DrivingBackward = 0x10000,
}
}