diff options
author | QAston <none@none> | 2010-07-17 00:48:31 +0200 |
---|---|---|
committer | QAston <none@none> | 2010-07-17 00:48:31 +0200 |
commit | 9c9bc32d0923d3f1dc95ba63b94cf7be93df27e7 (patch) | |
tree | 37d0bff56a0faf284258742dd7413ad4db14c312 | |
parent | 31a3310ea1afc9ff4daf01d1eee1879f2b80c41e (diff) |
*Add missing 295 aura effect handler lost somewhere in 33x repo merge to handler table - this fixes crash with access to 316 aura and binds correct handler to aura 305.
--HG--
branch : trunk
-rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 11467543cab..fc87a934e97 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -349,6 +349,7 @@ pAuraEffectHandler AuraEffectHandler[TOTAL_AURAS]= &AuraEffect::HandleNULL, //292 call stabled pet &AuraEffect::HandleNULL, //293 auras which probably add set of abilities to their target based on it's miscvalue &AuraEffect::HandleNoImmediateEffect, //294 SPELL_AURA_PREVENT_REGENERATE_POWER implemented in Player::Regenerate(Powers power) + &AuraEffect::HandleNULL, //295 0 spells in 3.3.5 &AuraEffect::HandleNULL, //296 6 spells, something vehicle or character display related &AuraEffect::HandleNULL, //297 Spirit Burst spells &AuraEffect::HandleNULL, //298 70569 - Strangulating, maybe prevents talk or cast |