Core/Movement: Add new flag MOVEMENTGENERATOR_FLAG_PERSIST_ON_DEATH

Port From (https://github.com/TrinityCore/TrinityCore/commit/8111f50d035c1915165cb8ecd4938ba97820ed10)
This commit is contained in:
hondacrx
2022-05-26 20:23:19 -04:00
parent ba87f08c37
commit 2703633af8
3 changed files with 28 additions and 12 deletions
@@ -97,6 +97,7 @@ namespace Framework.Constants
Deactivated = 0x040,
InformEnabled = 0x080,
Finalized = 0x100,
PersistOnDeath = 0x200,
Transitory = SpeedUpdatePending | Interrupted
}