We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672579d commit 4455231Copy full SHA for 4455231
src/server/game/Globals/ObjectMgr.cpp
@@ -1538,7 +1538,7 @@ void ObjectMgr::LoadCreatureMovementOverrides()
1538
if (!fields[1].IsNull())
1539
movement.HoverInitiallyEnabled = fields[1].GetBool();
1540
if (!fields[2].IsNull())
1541
- movement.HoverInitiallyEnabled = fields[2].GetBool();
+ movement.GravityInitiallyDisabled = fields[2].GetBool();
1542
if (!fields[3].IsNull())
1543
movement.Random = static_cast<CreatureRandomMovementType>(fields[3].GetUInt8());
1544
if (!fields[4].IsNull())
0 commit comments