fix(Core/Unit): Recalculate run speed on dismount from taxi flight. (#25936)

This commit is contained in:
Rocco Silipo 2026-05-23 23:50:04 +02:00 committed by GitHub
parent 34a5902e04
commit e1beea25e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10618,6 +10618,8 @@ void Unit::Dismount()
if (charm->IsCreature() && !charm->HasUnitState(UNIT_STATE_STUNNED))
charm->RemoveUnitFlag(UNIT_FLAG_STUNNED);
}
UpdateSpeed(MOVE_RUN, true);
}
void Unit::SetImmuneToPC(bool apply, bool keepCombat)