mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Formatting
This commit is contained in:
@ -192,7 +192,6 @@ void DispellMechanics::applyBattleEffects(const SpellCastEnvironment * env, Batt
|
|||||||
if(parameters.spellLvl > 2)
|
if(parameters.spellLvl > 2)
|
||||||
{
|
{
|
||||||
//expert DISPELL also removes spell-created obstacles
|
//expert DISPELL also removes spell-created obstacles
|
||||||
|
|
||||||
ObstaclesRemoved packet;
|
ObstaclesRemoved packet;
|
||||||
|
|
||||||
for(const auto obstacle : parameters.cb->obstacles)
|
for(const auto obstacle : parameters.cb->obstacles)
|
||||||
|
Reference in New Issue
Block a user