1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Reverted r1811, r1812, r1813

This commit is contained in:
Michał W. Urbańczyk
2010-10-24 11:23:43 +00:00
parent 8ac954a7f9
commit aa131bbf15
23 changed files with 199 additions and 395 deletions

View File

@@ -164,7 +164,7 @@ bool TradeOnMarketplace::applyGh( CGameHandler *gh )
case CREATURE_EXP:
return gh->sacrificeCreatures(m, hero, r1, val);
case ARTIFACT_EXP:
return gh->sacrificeArtifact(m, hero, hero->getArtAtPos(r1));
return gh->sacrificeArtifact(m, hero, r1);
default:
COMPLAIN_AND_RETURN("Unknown exchange mode!");
}