aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authorTrazom62 <none@none>2010-01-18 18:55:40 +0100
committerTrazom62 <none@none>2010-01-18 18:55:40 +0100
commit17d407f347ff67736a79612c81fced98cb4fc114 (patch)
tree5ad72dd95c49e246b998ab6eb507db7ca58fe167 /src/game/SpellMgr.cpp
parentfaf845b6f2234690d5b20f54443f1a47c31cf503 (diff)
parent9a7746c9fcfe97edb044bde559b14d09d12f8e13 (diff)
merge
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 08d6e971f55..d0255983de7 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -899,7 +899,7 @@ bool SpellMgr::_isPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) con
// part of positive spell if casted at self
if(spellproto->EffectImplicitTargetA[effIndex] != TARGET_UNIT_CASTER)
return false;
- // but not this if this first effect (don't found batter check)
+ // but not this if this first effect (didn't find batter check)
if(spellproto->Attributes & 0x4000000 && effIndex==0)
return false;
break;