1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +02:00

delete error message since grail will go to last branch

This commit is contained in:
kdmcser
2024-11-10 10:52:00 +08:00
committed by GitHub
parent e12b72a839
commit 77d14d095f

View File

@@ -2786,7 +2786,7 @@ bool CGameHandler::manageBackpackArtifacts(const PlayerColor & player, const Obj
}
else
{
logGlobal->error("Unable to get artifact %s slot.", inf.getArt()->getType()->getNameTextID());
// for grail
return -3;
}
});