Skip to content

Fix movement speed for Ashenvale Outrunner NPC #31840

@kik0desu

Description

@kik0desu

Description

Add sniffed speed values from retail to the Ashenvale Outrunner NPC.

ServerToClient: SMSG_MOVE_SPLINE_SET_RUN_SPEED (0x5A0015) Length: 17 ConnIdx: 1 Time: 05/04/2026 01:27:58.301 Number: 1755
Guid: Full: 0x2030F400200C8E00001CD50000780FAC Creature/0 R3133/S7381 Map: 1 Entry: 12856 Low: 7868332
Speed: 8

ServerToClient: SMSG_MOVE_SPLINE_SET_RUN_BACK_SPEED (0x5A0016) Length: 17 ConnIdx: 1 Time: 05/04/2026 01:27:58.301 Number: 1756
Guid: Full: 0x2030F400200C8E00001CD50000780FAC Creature/0 R3133/S7381 Map: 1 Entry: 12856 Low: 7868332
Speed: 4.5

ServerToClient: SMSG_MOVE_SPLINE_SET_WALK_SPEED (0x5A001D) Length: 17 ConnIdx: 1 Time: 05/04/2026 01:27:58.301 Number: 1759
Guid: Full: 0x2030F400200C8E00001CD50000780FAC Creature/0 R3133/S7381 Map: 1 Entry: 12856 Low: 7868332
Speed: 2.5

SQL fix

UPDATE `creature_template` SET `speed_walk` = 1, `speed_run` = 1.142857 WHERE `entry` = 12856;

Branch

3.3.5

TC rev. hash/commit

TrinityCore rev. f61656f 2026-05-09 20:04:56 +0200 (3.3.5 branch) (Windows, AMD64, RelWithDebInfo, Static)
Online players: 2 (max: 2)
Active connections: 2 (max: 2) Queued connections: 0 (max: 0)
Server uptime: 40 Minutes 15 Seconds.
Update time diff: 2.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    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