diff options
author | megamage <none@none> | 2009-03-05 15:24:09 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-05 15:24:09 -0600 |
commit | 635faad2bccb05397380737c26d61d71e1a8bcfb (patch) | |
tree | 4d7bef1e2eff681aaff35086fe2ca6f18971f113 /src/game/SpellEffects.cpp | |
parent | ae55745f2a10078d8361c452b2d97661cea73eb2 (diff) | |
parent | 769c835f266c6e94e878d6e2db0118df1fa7b450 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index a2d48e02036..b95f7cdc793 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -3628,7 +3628,7 @@ void Spell::EffectAddFarsight(uint32 i) float radius = GetSpellRadiusForFriend(sSpellRadiusStore.LookupEntry(m_spellInfo->EffectRadiusIndex[i])); int32 duration = GetSpellDuration(m_spellInfo); DynamicObject* dynObj = new DynamicObject; - if(!dynObj->Create(objmgr.GenerateLowGuid(HIGHGUID_DYNAMICOBJECT), m_caster, m_spellInfo->Id, i, m_targets.m_destX, m_targets.m_destY, m_targets.m_destZ, duration, radius)) + if(!dynObj->Create(objmgr.GenerateLowGuid(HIGHGUID_DYNAMICOBJECT), m_caster, m_spellInfo->Id, 4, m_targets.m_destX, m_targets.m_destY, m_targets.m_destZ, duration, radius)) { delete dynObj; return; |