Changeset 252 for trunk/src/game/SpellAuras.cpp
- Timestamp:
- 11/19/08 13:50:56 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellAuras.cpp
r251 r252 2000 2000 } 2001 2001 2002 // Waiting to Resurrect2003 if(GetId()==2584)2004 {2005 // Waiting to resurrect spell cancel, we must remove player from resurrect queue2006 if(m_target->GetTypeId() == TYPEID_PLAYER)2007 if(BattleGround *bg = ((Player*)m_target)->GetBattleGround())2008 bg->RemovePlayerFromResurrectQueue(m_target->GetGUID());2009 return;2010 }2011 2012 2002 // Dark Fiend 2013 /*if(GetId()==45934)2003 if(GetId()==45934) 2014 2004 { 2015 2005 // Kill target if dispelled … … 2017 2007 m_target->DealDamage(m_target, m_target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false); 2018 2008 return; 2019 } */2009 } 2020 2010 2021 2011 // Burning Winds