[11334] Add dummy aura effect of spell 50141

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-04-12 01:28:43 +02:00
parent e84d8fe335
commit d75fd850ac
2 changed files with 9 additions and 1 deletions

View file

@ -2381,6 +2381,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
target->CastSpell(target, 47287, true, NULL, this);
return;
}
case 50141: // Blood Oath
{
// Blood Oath
if (m_removeMode == AURA_REMOVE_BY_EXPIRE)
target->CastSpell(target, 50001, true, NULL, this);
return;
}
case 51405: // Digging for Treasure
{
const uint32 spell_list[7] =

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11333"
#define REVISION_NR "11334"
#endif // __REVISION_NR_H__