Skip to content

Commit

Permalink
[10900] Remove SPELL_AURA_MOD_POSSESS_PET auras in Unit::Uncharm()
Browse files Browse the repository at this point in the history
  • Loading branch information
zergtmn committed Dec 21, 2010
1 parent d902f71 commit 551200a
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 @@ -5916,6 +5916,7 @@ void Unit::Uncharm()
{
charm->RemoveSpellsCausingAura(SPELL_AURA_MOD_CHARM);
charm->RemoveSpellsCausingAura(SPELL_AURA_MOD_POSSESS);
charm->RemoveSpellsCausingAura(SPELL_AURA_MOD_POSSESS_PET);
}
}

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 "10899"
#define REVISION_NR "10900"
#endif // __REVISION_NR_H__

6 comments on commit 551200a

@PSZ
Copy link
Contributor

@PSZ PSZ commented on 551200a Dec 21, 2010

Choose a reason for hiding this comment

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

zergtmn, грац с новым статусом!

Вехиклы, йо :)

@Faq
Copy link

@Faq Faq commented on 551200a Dec 21, 2010

Choose a reason for hiding this comment

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

nu ti i monstr :)

@Ambal
Copy link
Contributor

@Ambal Ambal commented on 551200a Dec 21, 2010

Choose a reason for hiding this comment

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

Welcome to the team, zergtmn :) Congratulations with first commit :)

@Feanordev
Copy link
Contributor

Choose a reason for hiding this comment

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

woot - really awesome to see you in here !

@arjanwoldring
Copy link

Choose a reason for hiding this comment

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

Gratz Zergtmn! Very good job!

@Limur
Copy link

@Limur Limur commented on 551200a Dec 21, 2010

Choose a reason for hiding this comment

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

zergtmn 0_о грац с принятием в команду. Работаешь над вехиклами?

Please sign in to comment.