AlexVinS 11 年之前
父节点
当前提交
943a5bf0d3
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      client/battle/CBattleInterface.cpp

+ 0 - 6
client/battle/CBattleInterface.cpp

@@ -1325,12 +1325,6 @@ void CBattleInterface::spellCast( const BattleSpellCast * sc )
 		break;
 	} //switch(sc->id)
 
-//	if (spell.isDamageSpell() && sc->affectedCres.empty()) //for example Inferno that causes no BattleStackAttacked
-//	{
-//		if(sc->tile.isValid() && graphics->battleACToDef.count(spell.mainEffectAnim)) //eg. when casting Lind Mine or Fire Wall
-//			displayEffect (spell.mainEffectAnim, sc->tile);
-//	}
-
 	//displaying message in console
 	bool customSpell = false;
 	if(sc->affectedCres.size() == 1)