Core/SAI: Implement new action to set movement speed

Port From (https://github.com/TrinityCore/TrinityCore/commit/5dd6d31c01dcc48f3d286196808ca0f6de9eaf04)
This commit is contained in:
hondacrx
2019-09-04 13:32:16 -04:00
parent b3bcfd1a8f
commit eaadad3774
3 changed files with 43 additions and 1 deletions
+2 -1
View File
@@ -360,8 +360,9 @@ namespace Framework.Constants
PlayAnimkit = 128,
ScenePlay = 129, // sceneId
SceneCancel = 130, // sceneId
// 131 - 135 : 3.3.5 reserved
// 131 - 134 : 3.3.5 reserved
PlayCinematic = 135, // reserved for future uses
SetMovementSpeed = 136, // movementType, speedInteger, speedFraction
End = 131
}