Core/SAI: Improved SMART_ACTION_JUMP_TO_POS to mirror behavior similar to SMART_ACTION_MOVE_TO_POS

Port From (https://github.com/TrinityCore/TrinityCore/commit/f291ca97962e087f9d87077b1ee6fa5b386937ed)
This commit is contained in:
hondacrx
2023-01-06 15:59:08 -05:00
parent f2f765d650
commit 6b344e9a09
3 changed files with 28 additions and 7 deletions
@@ -3483,8 +3483,12 @@ namespace Game.AI
}
public struct Jump
{
public uint speedxy;
public uint speedz;
public uint SpeedXY;
public uint SpeedZ;
public uint Gravity;
public uint UseDefaultGravity;
public uint PointId;
public uint ContactDistance;
}
public struct FleeAssist
{