fix(Scripts/BRD): movement of Burning Spirits during Ambassador Flamelash encounter (#7810)
- Closes #6964
This commit is contained in:
parent
1fa6da61d4
commit
fd229f75e1
3 changed files with 39 additions and 64 deletions
|
|
@ -834,7 +834,7 @@ void MotionMaster::DirectDelete(_Ty curr)
|
|||
|
||||
void MotionMaster::DelayedDelete(_Ty curr)
|
||||
{
|
||||
LOG_FATAL("movement.motionmaster", "Unit (Entry %u) is trying to delete its updating MG (Type %u)!", _owner->GetEntry(), curr->GetMovementGeneratorType());
|
||||
LOG_DEBUG("movement.motionmaster", "Unit (Entry %u) is trying to delete its updating MG (Type %u)!", _owner->GetEntry(), curr->GetMovementGeneratorType());
|
||||
if (isStatic(curr))
|
||||
return;
|
||||
if (!_expList)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue