- "Saruman, Rabble Rouser" now properly exerts itself for the ability.

This commit is contained in:
marcins78@gmail.com
2011-10-24 19:33:09 +00:00
parent 27276e2d95
commit ed631e9a98

View File

@@ -285,13 +285,13 @@ var GempLotrDeckBuildingUI = Class.extend({
};
this.infoDialog.swipe(swipeOptions);
this.comm.getDecks(function(xml) {
that.setupDeckList(xml);
});
this.getCollection();
// this.comm.getDeck("Default", function(xml) {
// that.setupDeck(xml);
// this.comm.getDecks(function(xml) {
// that.setupDeckList(xml);
// });
// this.getCollection();
this.comm.getDeck("Default", function(xml) {
that.setupDeck(xml);
});
this.checkDeckStatsDirty();
},