aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
diff options
context:
space:
mode:
authorVenugh <venugh@gmx.net>2012-09-05 23:47:02 +0200
committerVenugh <venugh@gmx.net>2012-09-05 23:47:02 +0200
commite7c0d8bef023a0b948602e2fc6b31fc68a120ac4 (patch)
tree0618e95fec466eda0151a9e91e95c41f5f0265a9 /src/server/game/Spells/SpellEffects.cpp
parentccdca7774023e7570f17cf15456384b316322420 (diff)
Core/MMaps: Applied Trinity Codestyle to PathGenerator.
Diffstat (limited to 'src/server/game/Spells/SpellEffects.cpp')
-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 1aa2ca0176b..d3b21395725 100755
--- a/src/server/game/Spells/SpellEffects.cpp
+++ b/src/server/game/Spells/SpellEffects.cpp
@@ -5139,7 +5139,7 @@ void Spell::EffectCharge(SpellEffIndex /*effIndex*/)
if (effectHandleMode == SPELL_EFFECT_HANDLE_LAUNCH_TARGET)
{
- if (m_preGeneratedPath.getPathType() & PATHFIND_NOPATH)
+ if (m_preGeneratedPath.GetPathType() & PATHFIND_NOPATH)
{
Position pos;
unitTarget->GetContactPoint(m_caster, pos.m_positionX, pos.m_positionY, pos.m_positionZ);