fix #2007 resotore MPfix restore mp

This commit is contained in:
Tyler Renelle
2013-12-17 00:16:48 -07:00
parent e9ed847a4e
commit 2b7730b6e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ habitrpg.controller('SettingsCtrl',
"stats.exp": stats.exp,
"stats.gp": stats.gp,
"stats.lvl": stats.lvl,
"stats.mp": stats.mana,
"stats.mp": stats.mp,
"achievements.streak": achievements.streak
});
$rootScope.modals.restore = false;
+1 -1
View File
@@ -5,7 +5,7 @@
p Select your class. Click each class for more information. See <a href="http://habitrpg.wikia.com/wiki/Class_System" target="_blank">Wikia</a> for thorough details. Upon selection, your current gear will be transferred to your inventory (don't worry, it's still there!) and you'll start with your class's apprentice gear.
.row-fluid
.span3(ng-click='selectedClass = "warrior"')
h5 Warrior
h5 Warrior
figure.herobox(ng-class='{"selected-class": selectedClass=="warrior"}')
.character-sprites
span(class='skin_{{user.preferences.skin}}')