aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-15 11:54:12 -0600
committermegamage <none@none>2009-03-15 11:54:12 -0600
commitf9b14c221bef52313ed9f8ec1802af507b770a69 (patch)
treea7b1fc9a47feb4eadefe2d6b048713a0f9f28085 /src
parent4a207fc08b4be95c6f56109f50df1c4203d6b481 (diff)
*Fix a typo introduced in 1926 that causes crash.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 36c27d8f6cb..331e1ea3fe9 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -3703,7 +3703,7 @@ void Spell::EffectAddFarsight(uint32 i)
dynObj->GetMap()->Add(dynObj); //grid will also be loaded
// Need to update visibility of object for client to accept farsight guid
- ((Player*)m_caster)->SetSeer(dynObj);
+ ((Player*)m_caster)->CreateSeer(dynObj);
//((Player*)m_caster)->UpdateVisibilityOf(dynObj);
}