diff options
author | gvcoman <none@none> | 2008-11-17 19:36:38 -0500 |
---|---|---|
committer | gvcoman <none@none> | 2008-11-17 19:36:38 -0500 |
commit | 53de62cee0fb2923459241b46eaea2ab2051d974 (patch) | |
tree | b43f1ece39933b1ab93992d4760ea0a1b1ce5655 /src/game/SpellHandler.cpp | |
parent | 868c2ef17592a047d48bdf618328eadf15aa9372 (diff) |
Fix typo.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellHandler.cpp')
-rw-r--r-- | src/game/SpellHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellHandler.cpp b/src/game/SpellHandler.cpp index 868ba1d0ff8..10b955fb7af 100644 --- a/src/game/SpellHandler.cpp +++ b/src/game/SpellHandler.cpp @@ -377,7 +377,7 @@ void WorldSession::HandleCancelAuraOpcode( WorldPacket& recvPacket) spellInfo->EffectMiscValueB[i] == SUMMON_TYPE_POSESSED3)) { // Possession is removed in the UnSummon function - ((TemporarySummon*)caster->GetCharm())->UnSummon(); + ((TemporarySummon*)_player->GetCharm())->UnSummon(); } } } |