Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on the bottom of a liquid

Port From (https://github.com/TrinityCore/TrinityCore/commit/97af0c31af13de23eabe4eb22ed3e71dd5602531)
This commit is contained in:
hondacrx
2024-02-05 13:45:29 -05:00
parent 34457719bc
commit 3ac50cb7f4
4 changed files with 65 additions and 26 deletions
+1
View File
@@ -121,6 +121,7 @@ namespace Framework.Constants
WaterWalk = 0x02,
InWater = 0x04,
UnderWater = 0x08,
OceanFloor = 0x10,
Swimming = InWater | UnderWater,
InContact = Swimming | WaterWalk