aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSarjuuk <junkdump@gmx.net>2011-07-04 06:35:15 +0700
committertobmaps <spambot42@yandex.ru>2011-07-04 06:35:15 +0700
commit81d3ca802778300dc6817e755cd3586ce8a5cf8b (patch)
treedbf389a44bfbff4c9cc3cce1926acb097ead2bfd /src
parent57b6cb71c037e5c08525dc31808bbada0eb722e0 (diff)
Core/Spells: Fix Warlock T7 4P Bonus
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Spells/SpellEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
index b9cd951d479..c77a888cee7 100755
--- a/src/server/game/Spells/SpellEffects.cpp
+++ b/src/server/game/Spells/SpellEffects.cpp
@@ -1321,7 +1321,7 @@ void Spell::EffectDummy(SpellEffIndex effIndex)
if (AuraEffect const* aurEff = m_caster->GetDummyAuraEffect(SPELLFAMILY_WARLOCK, 208, 0))
AddPctN(mana, aurEff->GetAmount());
- m_caster->CastCustomSpell(unitTarget, 31818, &mana, NULL, NULL, true);
+ m_caster->CastCustomSpell(unitTarget, 31818, &mana, NULL, NULL, false);
// Mana Feed
int32 manaFeedVal = 0;