mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 06:35:45 +00:00
poeninja: no longer needed
This commit is contained in:
@@ -56,11 +56,6 @@ function getGemDetailsId (item: ParsedItem) {
|
||||
if (item.name === PORTAL_GEM) {
|
||||
return 'portal-1'
|
||||
}
|
||||
if (item.name.startsWith('Awakened')) {
|
||||
return (item.props.gemLevel === 1)
|
||||
? `${nameToDetailsId(item.name)}-1-20`
|
||||
: undefined
|
||||
}
|
||||
|
||||
let id = nameToDetailsId(item.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user