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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user