mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
refactor(Core/Unit): Add naming for all ShapeshiftFlags (#20989)
This commit is contained in:
@@ -21276,7 +21276,7 @@ bool Unit::IsInDisallowedMountForm() const
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!(shapeshift->flags1 & 0x1))
|
||||
if (!(shapeshift->flags1 & SHAPESHIFT_FLAG_STANCE))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user