1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
This commit is contained in:
AlexVinS 2014-12-26 00:11:37 +03:00
parent 08d4f7991e
commit 77b4774a29

View File

@ -389,7 +389,7 @@ ISpellMechanics * ISpellMechanics::createMechanics(CSpell * s)
case SpellID::WATER_WALK:
return new AdventureBonusingMechanics(s, Bonus::WATER_WALKING);
case SpellID::TOWN_PORTAL:
return new TownPortalMechanics(s);
case SpellID::VISIONS:
case SpellID::VIEW_EARTH:
case SpellID::DISGUISE: