diff options
| author | megamage <none@none> | 2008-12-24 14:30:05 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-24 14:30:05 -0600 |
| commit | bd2ded228d4f3d4e45f7fa6a715d4cb66b3e0762 (patch) | |
| tree | 28faa49b5c0247e7bd5ff4ad7aa72be9711b39f9 /src/game/Spell.cpp | |
| parent | 5fd71c003b70b9a96a907c6f344527725fefae76 (diff) | |
*Revert my last commit. (What am I thinking today?)
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
| -rw-r--r-- | src/game/Spell.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index f95f6dd1424..b3930a85520 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -164,9 +164,6 @@ void SpellCastTargets::Update(Unit* caster) if(m_itemTarget) m_itemTargetEntry = m_itemTarget->GetEntry(); } - - m_originalCasterGUID = m_caster->GetGUID(); - m_originalCaster = m_caster; } bool SpellCastTargets::read ( WorldPacket * data, Unit *caster ) |
