Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomballgithub committed Jan 23, 2018
1 parent ab964b3 commit 5d44772
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/js/map.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -862,13 +862,14 @@ var StoreOptions = {
default: [], // Common, Uncommon, Rare, Very Rare, Ultra Rare
type: StoreTypes.JSON
},
'excludedRarity': {
default: 0, // 0: none, 1: <=Common, 2: <=Uncommon, 3: <=Rare, 4: <=Very Rare, 5: <=Ultra Rare
type: StoreTypes.Number
},
'remember_text_perfection_notify': {
default: '',
type: StoreTypes.Number
},
'excludedRarity': {
default: 0, // 0: none, 1: <=Common, 2: <=Uncommon, 3: <=Rare, 4: <=Very Rare, 5: <=Ultra Rare
type: StoreTypes.Number
'remember_text_level_notify': {
default: '',
type: StoreTypes.Number
Expand Down

0 comments on commit 5d44772

Please sign in to comment.