1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00

tradable grail

This commit is contained in:
SoundSSGood 2024-11-10 21:48:54 +02:00
parent ea14760e6c
commit b32ec8607c

View File

@ -192,7 +192,6 @@ bool CArtifact::isTradable() const
switch(id.toEnum())
{
case ArtifactID::SPELLBOOK:
case ArtifactID::GRAIL:
return false;
default:
return !isBig();