1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
This commit is contained in:
DjWarmonger 2011-09-06 06:26:58 +00:00
parent 8b7a2f179c
commit 8c7f574b01

View File

@ -311,7 +311,7 @@ void CSpellHandler::loadSpells()
spells[spellID]->range.resize(4);
int idx = 0;
BOOST_FOREACH(const JsonNode &range, spell["ranges"].Vector())
spells[spellID]->range[idx] = range.String();
spells[spellID]->range[idx++] = range.String();
}
spells.push_back(spells[80]); //clone Acid Breath attributes for Acid Breath damage effect