mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +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);
|
||||
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] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue