mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 09:14:34 +00:00
refactor(Core): code cleanup (part 2) (#6374)
This commit is contained in:
@@ -630,7 +630,7 @@ struct MovementInfo
|
||||
void AddExtraMovementFlag(uint16 flag) { flags2 |= flag; }
|
||||
[[nodiscard]] bool HasExtraMovementFlag(uint16 flag) const { return flags2 & flag; }
|
||||
|
||||
void SetFallTime(uint32 time) { fallTime = time; }
|
||||
void SetFallTime(uint32 newFallTime) { fallTime = newFallTime; }
|
||||
|
||||
void OutDebug();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user