Show
Ignore:
Timestamp:
11/19/08 13:50:56 (17 years ago)
Author:
yumileroy
Message:

Backed out changeset 8fba4a7e4268

Original author: KingPin? <KingPin?@Trinitycore.org>
Date: 2008-11-17 22:07:07-06:00

Files:
1 modified

Legend:

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

    r251 r252  
    20002000        } 
    20012001 
    2002         // Waiting to Resurrect 
    2003         if(GetId()==2584) 
    2004         { 
    2005             // Waiting to resurrect spell cancel, we must remove player from resurrect queue 
    2006             if(m_target->GetTypeId() == TYPEID_PLAYER) 
    2007                 if(BattleGround *bg = ((Player*)m_target)->GetBattleGround()) 
    2008                     bg->RemovePlayerFromResurrectQueue(m_target->GetGUID()); 
    2009             return; 
    2010         } 
    2011  
    20122002        // Dark Fiend 
    2013         /*if(GetId()==45934) 
     2003        if(GetId()==45934) 
    20142004        { 
    20152005            // Kill target if dispelled 
     
    20172007                m_target->DealDamage(m_target, m_target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false); 
    20182008            return; 
    2019         }*/ 
     2009        } 
    20202010 
    20212011        // Burning Winds