1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

* KING1 / KING2 / KING3 support

* ability 78 support
This commit is contained in:
mateuszb
2010-03-03 11:18:08 +00:00
parent a96b21d06d
commit c4ae0c4cf2
4 changed files with 29 additions and 39 deletions

View File

@@ -2630,6 +2630,7 @@ void CBattleInterface::spellCast(SpellCast * sc)
case 37: //cure
case 38: //resurrection
case 39: //animate dead
case 78: //dispel helpful spells
for(std::set<ui32>::const_iterator it = sc->affectedCres.begin(); it != sc->affectedCres.end(); ++it)
{
displayEffect(spell.mainEffectAnim, curInt->cb->battleGetStackByID(*it, false)->position);