forked from mirror/azerothcore-wotlk
fix(Core/Unit): Recalculate run speed on dismount from taxi flight. (#25936)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user