Changeset 275 for trunk

Show
Ignore:
Timestamp:
11/22/08 00:35:52 (17 years ago)
Author:
yumileroy
Message:

Fix typo.

Original author: gvcoman
Date: 2008-11-17 19:36:38-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/SpellHandler.cpp

    r274 r275  
    378378            { 
    379379                // Possession is removed in the UnSummon function 
    380                 ((TemporarySummon*)caster->GetCharm())->UnSummon(); 
     380                ((TemporarySummon*)_player->GetCharm())->UnSummon(); 
    381381            } 
    382382        }