more specific price seach should be working
This commit is contained in:
12
app/model/frame-type.ts
Normal file
12
app/model/frame-type.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const FrameType: { [key: number]: string } = {
|
||||
0: 'Normal',
|
||||
1: 'Magic',
|
||||
2: 'Rare',
|
||||
3: 'Unique',
|
||||
4: 'Gem',
|
||||
5: 'Currency',
|
||||
6: 'Divination Card',
|
||||
7: 'Quest Item',
|
||||
8: 'Prophecy',
|
||||
9: 'Relic',
|
||||
};
|
||||
Reference in New Issue
Block a user