mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Fix AttachTo tokens not having card info (#5747)
This commit is contained in:
parent
b5c5d221c4
commit
6c19254abd
1 changed files with 0 additions and 1 deletions
|
|
@ -2064,7 +2064,6 @@ void Player::createCard(const CardItem *sourceCard,
|
|||
cmd.set_target_zone("table"); // We currently only support creating tokens on the table
|
||||
cmd.set_target_card_id(sourceCard->getId());
|
||||
cmd.set_target_mode(Command_CreateToken::ATTACH_TO);
|
||||
cmd.set_card_provider_id(sourceCard->getProviderId().toStdString());
|
||||
break;
|
||||
|
||||
case CardRelation::TransformInto:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue