mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-21 17:17:06 +02:00
tradable grail
This commit is contained in:
parent
ea14760e6c
commit
b32ec8607c
@ -192,7 +192,6 @@ bool CArtifact::isTradable() const
|
||||
switch(id.toEnum())
|
||||
{
|
||||
case ArtifactID::SPELLBOOK:
|
||||
case ArtifactID::GRAIL:
|
||||
return false;
|
||||
default:
|
||||
return !isBig();
|
||||
|
Loading…
Reference in New Issue
Block a user