Core/Movement: Allow using run when moving randomly

Port From (https://github.com/TrinityCore/TrinityCore/commit/a57ca5cea2d13bc5d5ddee11e7b8100c7afd68e1)
This commit is contained in:
hondacrx
2021-11-29 14:21:33 -05:00
parent f218b72620
commit 8fbecac008
6 changed files with 59 additions and 22 deletions
@@ -407,6 +407,15 @@ namespace Framework.Constants
Max
}
public enum CreatureRandomMovementType
{
Walk,
CanRun,
AlwaysRun,
Max
}
public enum VendorInventoryReason
{
None = 0,