3.1 prestiging improvements

This commit is contained in:
okx-code
2018-09-13 21:19:25 +01:00
parent cd17d169c4
commit f8ede913ef
12 changed files with 79 additions and 15 deletions
@@ -24,7 +24,10 @@ public enum Message {
COOLDOWN_SINGULAR("rankup.cooldown.singular"),
COOLDOWN_PLURAL("rankup.cooldown.plural"),
MUST_PRESTIGE("rankup.must-prestige"),
NOT_HIGH_ENOUGH("prestige.not-high-enough");
NOT_HIGH_ENOUGH("not-high-enough"),
PRESTIGE_SUCCESS_PUBLIC("prestige.success-public"),
PRESTIGE_SUCCESS_PRIVATE("prestige.success-private"),
PRESTIGE_CONFIRMATION("prestige.confirmation");
@Getter
private final String name;