diff options
Diffstat (limited to 'src')
-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(); } } } |