diff options
author | QAston <none@none> | 2009-07-19 14:02:52 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-19 14:02:52 +0200 |
commit | 94992adb64544ab6a813f3e244a2e14cf80823f5 (patch) | |
tree | 2ace74a058e5d7b230246a8d62cec39fa2f213fe /src/game/SpellAuras.h | |
parent | a91296aec675dda685e14e02a574a4ec7d4e2110 (diff) |
*Fix DK presences and their improved versions - original patch by thenecromancer
*Port player to homebind if instance cannot be created in WorldSession::HandleMoveWorldportAckOpcode.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 4c37eeb121f..942d0c574b3 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -119,6 +119,7 @@ class TRINITY_DLL_SPEC Aura m_target->HandleAuraEffect(m_partAuras[i], apply); } void ApplyAllModifiers(bool apply, bool Real=false); + void HandleAuraSpecificMods(bool apply); void Update(uint32 diff); |