Fix small error in Edit Rewards prompt

This commit is contained in:
HappyPikachu 2018-01-16 15:58:54 -05:00
parent 01cad69706
commit 031af51829

View File

@ -118,7 +118,7 @@ public class RewardsPrompt extends FixedSetPrompt {
}
}
} else {
text += ChatColor.GRAY + "8 - " + Lang.get("rewSetHeroes") + " (" + Lang.get("rewNoHeroes") + ")\n";
text += ChatColor.GRAY + "8 - " + Lang.get("rewSetHeroes") + " (" + Lang.get("reqNoHeroes") + ")\n";
}
if (Quests.phatLoots != null) {
if (context.getSessionData(CK.REW_PHAT_LOOTS) == null) {