Skip to content

Commit 581d2b1

Browse files
Merge AzerothCore 3.3.5 to ElunaAzerothcore [skip ci]
2 parents 6dfae42 + e1beea2 commit 581d2b1

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- DB update 2026_05_22_00 -> 2026_05_23_00
2+
--
3+
UPDATE `creature_template_addon` SET `auras` = '' WHERE (`entry` IN (31841, 31842));

src/server/game/Entities/Unit/Unit.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10618,6 +10618,8 @@ void Unit::Dismount()
1061810618
if (charm->IsCreature() && !charm->HasUnitState(UNIT_STATE_STUNNED))
1061910619
charm->RemoveUnitFlag(UNIT_FLAG_STUNNED);
1062010620
}
10621+
10622+
UpdateSpeed(MOVE_RUN, true);
1062110623
}
1062210624

1062310625
void Unit::SetImmuneToPC(bool apply, bool keepCombat)

0 commit comments

Comments
 (0)