From 53de62cee0fb2923459241b46eaea2ab2051d974 Mon Sep 17 00:00:00 2001 From: gvcoman Date: Mon, 17 Nov 2008 19:36:38 -0500 Subject: Fix typo. --HG-- branch : trunk --- src/game/SpellHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } } } -- cgit v1.2.3