mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Creature): group members should also follow the movement (#22690)
This commit is contained in:
@@ -3913,5 +3913,8 @@ bool Creature::IsUpdateNeeded()
|
||||
if (HasUnitState(UNIT_STATE_EVADE))
|
||||
return true;
|
||||
|
||||
if (m_formation && m_formation->GetLeader() != this)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user