Skip to content

SAI action 53 and 113 need update #3591

Description

@sudlud

parameter bool run replaced by forcedMovement:

enum ForcedMovement
{
    FORCED_MOVEMENT_NONE    = 0,
    FORCED_MOVEMENT_WALK    = 1,
    FORCED_MOVEMENT_RUN     = 2,

    FORCED_MOVEMENT_MAX
};

also parameter ordering is wrong for action 113 before that pr:

Image
        struct
        {
            uint32 pathId1;
            uint32 pathId2;
            uint32 repeat;
            uint32 run;
        } startClosestWaypoint;

new structure is

        struct
        {
            uint32 pathId1;
            uint32 pathId2;
            uint32 repeat;
            uint32 forcedMovement;
        } startClosestWaypoint;

Metadata

Metadata

Assignees

No one assigned

    Labels

    core-syncSomething needs to be addressed to sync with latest AzerothCorepriority-high

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions