diff options
author | megamage <none@none> | 2009-05-31 16:19:01 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-31 16:19:01 -0500 |
commit | 552e08b3f0efc19f3aa3504badccffbb05a983bd (patch) | |
tree | bd28c74a77fbac5a9bed955b10fcb90ebde51331 /src/game/Unit.cpp | |
parent | f92e8315cf9af3268545dad6c440614a13d06207 (diff) |
[7920] Ignore racial skill and skills without recipes in .learn all_recipes. Cleanup code. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 3a813a80da7..3e3bf254af5 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -9278,7 +9278,6 @@ uint32 Unit::SpellCriticalHealingBonus(SpellEntry const *spellProto, uint32 dama break; } - if(pVictim) { uint32 creatureTypeMask = pVictim->GetCreatureTypeMask(); |