mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9513] Fix spell 48920
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
a4ce06fd15
commit
e892fd6a9b
2 changed files with 4 additions and 1 deletions
|
|
@ -6899,12 +6899,15 @@ void Aura::PeriodicTick()
|
||||||
{
|
{
|
||||||
case 43093: case 31956: case 38801:
|
case 43093: case 31956: case 38801:
|
||||||
case 35321: case 38363: case 39215:
|
case 35321: case 38363: case 39215:
|
||||||
|
case 48920:
|
||||||
|
{
|
||||||
if(m_target->GetHealth() == m_target->GetMaxHealth() )
|
if(m_target->GetHealth() == m_target->GetMaxHealth() )
|
||||||
{
|
{
|
||||||
m_target->RemoveAurasDueToSpell(GetId());
|
m_target->RemoveAurasDueToSpell(GetId());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
case 38772:
|
case 38772:
|
||||||
{
|
{
|
||||||
uint32 percent =
|
uint32 percent =
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9512"
|
#define REVISION_NR "9513"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue