mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10144] Fix movement impairing effects remove for 65547
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
55542a5219
commit
35bf2a56dd
2 changed files with 2 additions and 2 deletions
|
|
@ -4574,7 +4574,7 @@ void Aura::HandleModMechanicImmunity(bool apply, bool /*Real*/)
|
|||
uint32 mechanic = 1 << (misc-1);
|
||||
|
||||
//immune movement impairment and loss of control
|
||||
if(GetId()==42292 || GetId()==59752)
|
||||
if(GetId()==42292 || GetId()==59752 || GetId()==65547)
|
||||
mechanic=IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;
|
||||
|
||||
target->RemoveAurasAtMechanicImmunity(mechanic,GetId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue