Fix typo.

--HG--
branch : trunk
This commit is contained in:
gvcoman
2008-11-17 19:36:38 -05:00
parent 868c2ef175
commit 53de62cee0

View File

@@ -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();
}
}
}