1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-05 15:05:40 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}
});