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

* Implemented new summon possessed summon type for spell 49352.
* Unsummon all summon possessed units on summoning aura cancel.

Original author: gvcoman
Date: 2008-11-17 18:57:16-05:00

Files:
1 modified

Legend:

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

    r272 r274  
    5050#include "GridNotifiersImpl.h" 
    5151#include "CellImpl.h" 
    52 #include "TemporarySummon.h" 
    5352 
    5453#define NULL_AURA_SLOT 0xFF 
     
    20152014            return; 
    20162015        } 
    2017  
    2018         // Eye of Kilrogg, unsummon eye when aura is gone 
    2019         if(GetId() == 126 && caster->GetTypeId() == TYPEID_PLAYER && caster->GetCharm()) 
    2020         { 
    2021             ((TemporarySummon*)caster->GetCharm())->UnSummon(); 
    2022             return; 
    2023         } 
    20242016    } 
    20252017