mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
This commit is contained in:
@@ -32,7 +32,7 @@ void PointMovementGenerator<T>::DoInitialize(T* unit)
|
||||
if (unit->HasUnitState(UNIT_STATE_NOT_MOVE) || unit->IsMovementPreventedByCasting())
|
||||
{
|
||||
// the next line is to ensure that a new spline is created in DoUpdate() once the unit is no longer rooted/stunned
|
||||
// todo: rename this flag to something more appropriate since it is set to true even without speed change now.
|
||||
/// @todo: rename this flag to something more appropriate since it is set to true even without speed change now.
|
||||
i_recalculateSpeed = true;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user