Fix reanimation spells

This commit is contained in:
drdev
2014-10-03 07:21:27 +00:00
parent 80ef6519df
commit beb294bd08

View File

@@ -413,6 +413,7 @@ public abstract class LocalGameView implements IGameView {
}
else if (forceUpdate) {
writeCardToView(c, view, MatchUtil.getGameView());
MatchUtil.cards.updateKey(view.getId(), c); //ensure the Card reference in the cache is not outdated
}
return view;
}