creature_movement_info
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| MovementID | int | unsigned | PRI | NO | 0 | creature_template.movementId value | |
| WalkSpeed | float | YES | NULL | ||||
| RunSpeed | float | YES | NULL | ||||
Info
This table is currently unused and is reserved for future use. Link to commit introducing it
Description of fields
MovementID
references creature_template.movementId / CreatureMovementInfo ID
WalkSpeed
generic value: 2.5
RunSpeed
generic value: 8.0
