[9513] Fix spell 48920

Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
przemratajczak 2010-03-04 08:11:32 +01:00 committed by Lightguard
parent a4ce06fd15
commit e892fd6a9b
2 changed files with 4 additions and 1 deletions

View file

@ -6899,12 +6899,15 @@ void Aura::PeriodicTick()
{
case 43093: case 31956: case 38801:
case 35321: case 38363: case 39215:
case 48920:
{
if(m_target->GetHealth() == m_target->GetMaxHealth() )
{
m_target->RemoveAurasDueToSpell(GetId());
return;
}
break;
}
case 38772:
{
uint32 percent =

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9512"
#define REVISION_NR "9513"
#endif // __REVISION_NR_H__