diff options
author | PKX <pkx.icehell@gmail.com> | 2011-11-27 22:18:20 +0100 |
---|---|---|
committer | PKX <pkx.icehell@gmail.com> | 2011-11-27 22:18:20 +0100 |
commit | 01a39f33a3aee43528efe7c793a155e17aa6a298 (patch) | |
tree | 1c552c938b3f72010f25e02a719500b68ae6e067 /src | |
parent | 64e21f76bb2fd210783d4696e3d2414106f82503 (diff) |
Removed wrong code
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Spells/Auras/SpellAuras.cpp | 2 | ||||
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp index 523f5afb096..525084a70ed 100755 --- a/src/server/game/Spells/Auras/SpellAuras.cpp +++ b/src/server/game/Spells/Auras/SpellAuras.cpp @@ -1555,7 +1555,7 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b // mods at aura apply or remove switch (GetSpellInfo()->SpellFamilyName) { - case SPELLFAMILY_WARRIOR: + case SPELLFAMILY_GENERIC: switch (GetId()) { case 50720: // Vigilance diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 481050356e3..55a70066a8d 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3480,9 +3480,6 @@ void SpellMgr::LoadDbcDataCorrections() case 72405: // Broken Frostmourne spellInfo->EffectRadiusIndex[1] = EFFECT_RADIUS_200_YARDS; // 200yd break; - case 50720: // Vigilance - spellInfo->SpellFamilyName = SPELLFAMILY_WARRIOR; - break; default: break; } |