Skip to content

Commit

Permalink
[10144] Fix movement impairing effects remove for 65547
Browse files Browse the repository at this point in the history
Signed-off-by: Laise <fenrisse@gmail.com>
  • Loading branch information
Insider42 authored and Laise committed Jul 3, 2010
1 parent 25dec10 commit 9d4e7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/SpellAuras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10143"
#define REVISION_NR "10144"
#endif // __REVISION_NR_H__

0 comments on commit 9d4e7e9

Please sign in to comment.