*Update Master of Subtlety code and fix Overkill.

*Fix Aspect of the Viper-by pasdVn
*Fix Circle of Healing.
Fix Rapture-by pasdVn

--HG--
branch : trunk
This commit is contained in:
QAston
2009-03-08 19:18:02 +01:00
parent 2826ebee2f
commit f260c92394
7 changed files with 118 additions and 41 deletions

View File

@@ -1898,7 +1898,7 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list<Unit*> &TagUnitMap)
m_targets.setDestination(target, true);
break;
}
else if(cur == TARGET_DEST_TARGET_ENEMY_UNKNOWN) // no ground?
else if(cur == TARGET_DEST_TARGET_FRIEND) // no ground?
{
m_targets.setDestination(target, false);
break;