Skip to content

Commit

Permalink
[9531] Fixed apply stamina part of 48263
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Mar 6, 2010
1 parent 08e06fd commit 45c8be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions src/game/SpellAuras.cpp
Expand Up @@ -6430,7 +6430,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
}

if (power_pct || !apply)
spellId2 = 49772; // Unholy Presence, speed part
spellId2 = 49772; // Unholy Presence, speed part, spell1 used for Improvement presence fit to own presence
}
else
spellId1 = 49772; // Unholy Presence move speed
Expand Down Expand Up @@ -6464,7 +6464,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)

if (GetId()==48265) // Unholy Presence
{
// Improved Unholy Presence
// Improved Unholy Presence, special case for own presence
int32 power_pct = 0;
if (apply)
{
Expand Down Expand Up @@ -6493,9 +6493,6 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
m_target->RemoveAurasDueToSpell(65095);
}
}
else
spellId1 = 63611; // Improved Blood Presence, trigger for heal

break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9530"
#define REVISION_NR "9531"
#endif // __REVISION_NR_H__

0 comments on commit 45c8be9

Please sign in to comment.