mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[11334] Add dummy aura effect of spell 50141
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
e84d8fe335
commit
d75fd850ac
2 changed files with 9 additions and 1 deletions
|
|
@ -2381,6 +2381,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
target->CastSpell(target, 47287, true, NULL, this);
|
target->CastSpell(target, 47287, true, NULL, this);
|
||||||
return;
|
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
|
case 51405: // Digging for Treasure
|
||||||
{
|
{
|
||||||
const uint32 spell_list[7] =
|
const uint32 spell_list[7] =
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11333"
|
#define REVISION_NR "11334"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue