Fixing the move card.
This commit is contained in:
@@ -482,7 +482,7 @@ var GempLotrGameUI = Class.extend({
|
|||||||
if (targetCardId != null) {
|
if (targetCardId != null) {
|
||||||
// attach to new card if it's attached
|
// attach to new card if it's attached
|
||||||
var targetCardData = $(".card:cardId(" + targetCardId + ")").data("card");
|
var targetCardData = $(".card:cardId(" + targetCardId + ")").data("card");
|
||||||
targetCardData.attachedCards.push(cardDiv);
|
targetCardData.attachedCards.push(card);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user