Skip to content

Commit

Permalink
[10255] Fix aura remove in Unit:: _UpdateSpells
Browse files Browse the repository at this point in the history
  • Loading branch information
Laise committed Jul 24, 2010
1 parent 9fda6b5 commit 9788f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/Unit.cpp
Expand Up @@ -3328,6 +3328,7 @@ void Unit::_UpdateSpells( uint32 time )
{
RemoveSingleAuraFromSpellAuraHolder(holder, aura->GetEffIndex(), AURA_REMOVE_BY_EXPIRE);
removedAura = true;
break;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10254"
#define REVISION_NR "10255"
#endif // __REVISION_NR_H__

1 comment on commit 9788f46

@unloading
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take a break. Thank you! ;)

Please sign in to comment.