mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-17 21:46:16 +00:00
add Sanctum items
This commit is contained in:
@@ -797,7 +797,8 @@ function parseAreaLevel (section: string[], item: ParsedItem) {
|
||||
if (
|
||||
item.info.refName !== 'Chronicle of Atzoatl' &&
|
||||
item.info.refName !== 'Expedition Logbook' &&
|
||||
item.info.refName !== 'Mirrored Tablet'
|
||||
item.info.refName !== 'Mirrored Tablet' &&
|
||||
item.info.refName !== 'Forbidden Tome'
|
||||
) return 'PARSER_SKIPPED'
|
||||
|
||||
parseAreaLevelNested(section, item)
|
||||
|
||||
Reference in New Issue
Block a user