From 53aa0bba59328072b01548e9f28ca05e2a166752 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 6 Jan 2014 21:26:55 -0700 Subject: [PATCH] #2245 fix tour wording from 1.5% => 50% class stat bonus --- public/js/services/guideServices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/services/guideServices.js b/public/js/services/guideServices.js index 96bc90f202..aa57141cce 100644 --- a/public/js/services/guideServices.js +++ b/public/js/services/guideServices.js @@ -159,7 +159,7 @@ angular.module('guideServices', []). }), element: '.equipment-tab', title: "Class Gear", - content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice " + User.user.stats.class + " equipment. Wearing your class's gear grants you a 1.5% bonus to stats. However, feel free to switch back to your old gear." + content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice " + User.user.stats.class + " equipment. Wearing your class's gear grants you a 50% bonus to stats. However, feel free to switch back to your old gear." }, { path: '/#/options/profile/stats',