1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Merge pull request #166 from vmarkovtsev/issue/1723

Fix 1723 quest crash on combined arts
This commit is contained in:
ArseniyShestakov
2016-01-23 23:23:07 +03:00
5 changed files with 99 additions and 20 deletions

View File

@@ -2116,7 +2116,6 @@ void CGameHandler::stopHeroVisitCastle(const CGTownInstance * obj, const CGHeroI
void CGameHandler::removeArtifact(const ArtifactLocation &al)
{
assert(al.getArt());
EraseArtifact ea;
ea.al = al;
sendAndApply(&ea);