mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
CGPickable: add missing break for flotsam. Fix issue 1956
This commit is contained in:
parent
725cce368f
commit
18b2f866c9
@ -496,6 +496,7 @@ void CGPickable::initObj()
|
||||
info.resize(1);
|
||||
info[0].message.addTxt(MetaString::ADVOB_TXT, 51);
|
||||
info[0].reward.removeObject = true;
|
||||
break;
|
||||
case 1:
|
||||
{
|
||||
info.resize(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user