Core/Auras: Implemented SPELL_AURA_MOVE_SET_CANT_SWIM and related new opcodes

Port From (https://github.com/TrinityCore/TrinityCore/commit/010550da224c446461b26bc4f38ee5cc35d4aa3d)
This commit is contained in:
Hondacrx
2024-11-10 13:30:00 -05:00
parent 6c8387f9ec
commit 026e717fde
5 changed files with 46 additions and 1 deletions
@@ -87,5 +87,6 @@ namespace Framework.Constants
DisableInertia = 0x01,
CanAdvFly = 0x02,
AdvFlying = 0x04,
CantSwim = 0x2000,
}
}