fix(world-boss): Justin not stressed yet

This commit is contained in:
Sabe Jones
2015-01-09 10:00:16 -06:00
parent cda16d5bc0
commit 689b13ecb6
+1 -1
View File
@@ -197,7 +197,7 @@ angular.module('guideServices', []).
if (env.worldDmg.guide) {
step.content = "<div><div class='npc_justin_broken float-left'></div>" + step.content + "</div>";
} else {
step.content = "<div><div class='npc_justin_broken float-left'></div>" + step.content + "</div>";
step.content = "<div><div class='npc_justin float-left'></div>" + step.content + "</div>";
}
});
$('.allocate-stats').popover('destroy');