v0.9.1c: challenge completion badges now appear in rankings
This commit is contained in:
parent
e37a298e3d
commit
b4c2f71daa
|
@ -142,12 +142,12 @@ public class Badges {
|
|||
VICTORY_HUNTRESS,
|
||||
VICTORY_ALL_CLASSES ( 98, true ),
|
||||
GAMES_PLAYED_3 ( 99, true ),
|
||||
CHAMPION_1 ( 100, true ),
|
||||
CHAMPION_1 ( 100 ),
|
||||
|
||||
//diamond
|
||||
GAMES_PLAYED_4 ( 112, true ),
|
||||
CHAMPION_2 ( 113, true ),
|
||||
CHAMPION_3 ( 114, true );
|
||||
CHAMPION_2 ( 113 ),
|
||||
CHAMPION_3 ( 114 );
|
||||
|
||||
public boolean meta;
|
||||
|
||||
|
@ -826,6 +826,7 @@ public class Badges {
|
|||
}
|
||||
badge = Badge.CHAMPION_3;
|
||||
}
|
||||
local.add(badge);
|
||||
displayBadge( badge );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user