Core/Movement: Add new flag MOVEMENTGENERATOR_FLAG_PERSIST_ON_DEATH
Port From (https://github.com/TrinityCore/TrinityCore/commit/8111f50d035c1915165cb8ecd4938ba97820ed10)
This commit is contained in:
@@ -97,6 +97,7 @@ namespace Framework.Constants
|
||||
Deactivated = 0x040,
|
||||
InformEnabled = 0x080,
|
||||
Finalized = 0x100,
|
||||
PersistOnDeath = 0x200,
|
||||
|
||||
Transitory = SpeedUpdatePending | Interrupted
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user