Changeset 251 for trunk/src/game/SpellAuras.cpp
- Timestamp:
- 11/19/08 13:50:51 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellAuras.cpp
r236 r251 2000 2000 } 2001 2001 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 2002 2012 // Dark Fiend 2003 if(GetId()==45934)2013 /*if(GetId()==45934) 2004 2014 { 2005 2015 // Kill target if dispelled … … 2007 2017 m_target->DealDamage(m_target, m_target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false); 2008 2018 return; 2009 } 2019 }*/ 2010 2020 2011 2021 // Burning Winds